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:23:09 +01:00
parent d9e1cda0b8
commit 91f8939ec8
No known key found for this signature in database

View file

@ -23,7 +23,7 @@ spec:
annotations:
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 }}
checksum/cm: {{ include "argo-cd.config.cm" . | sha256sum }}
{{- end }}
{{- with (mergeOverwrite (deepCopy .Values.global.podAnnotations) .Values.controller.podAnnotations) }}
{{- range $key, $value := . }}