Update charts/argo-cd/templates/argocd-application-controller/deployment.yaml

Co-authored-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
Signed-off-by: Patrick <94605888+pgmgb@users.noreply.github.com>
This commit is contained in:
Patrick 2024-11-14 15:22:22 +01:00
parent 2cc192fa2c
commit d9e1cda0b8
No known key found for this signature in database

View file

@ -21,7 +21,7 @@ spec:
template:
metadata:
annotations:
checksum/cmd-params: {{ (include (print $.Template.BasePath "/argocd-configs/argocd-cmd-params-cm.yaml") . | fromYaml).data | toYaml | sha256sum }}
checksum/cmd-params: {{ include "argo-cd.config.params" . | sha256sum }}
{{- if .Values.configs.cm.create }}
checksum/cm: {{ (include (print $.Template.BasePath "/argocd-configs/argocd-cm.yaml") . | fromYaml).data | toYaml | sha256sum }}
{{- end }}