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:
parent
d9e1cda0b8
commit
91f8939ec8
1 changed files with 1 additions and 1 deletions
|
@ -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 := . }}
|
||||
|
|
Loading…
Reference in a new issue