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
2cc192fa2c
commit
d9e1cda0b8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
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 }}
|
{{- if .Values.configs.cm.create }}
|
||||||
checksum/cm: {{ (include (print $.Template.BasePath "/argocd-configs/argocd-cm.yaml") . | fromYaml).data | toYaml | sha256sum }}
|
checksum/cm: {{ (include (print $.Template.BasePath "/argocd-configs/argocd-cm.yaml") . | fromYaml).data | toYaml | sha256sum }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue