fix(argo-cd): Adding checksum for argocd-cm to dex pod (#2695)
Adding checksum to argocd-cm to dex pod Signed-off-by: Etienne Kemp-Rousseau <etienne.kr@hotmail.com> Co-authored-by: yuki.kitakata <yu.croco@gmail.com>
This commit is contained in:
parent
4ce5e9be2e
commit
66c39a06d8
2 changed files with 6 additions and 3 deletions
|
|
@ -26,6 +26,9 @@ spec:
|
|||
metadata:
|
||||
annotations:
|
||||
checksum/cmd-params: {{ include (print $.Template.BasePath "/argocd-configs/argocd-cmd-params-cm.yaml") . | sha256sum }}
|
||||
{{- if (index .Values.configs.cm "dex.config") }}
|
||||
checksum/cm: {{ include (print $.Template.BasePath "/argocd-configs/argocd-cm.yaml") . | sha256sum }}
|
||||
{{- end }}
|
||||
{{- if .Values.dex.certificateSecret.enabled }}
|
||||
checksum/dex-server-tls: {{ include (print $.Template.BasePath "/argocd-configs/argocd-dex-server-tls-secret.yaml") . | sha256sum }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue