forked from Deuxfleurs/garage
feat(helm): ensure that config changes trigger a pod rollout
This commit is contained in:
parent
e17970773a
commit
da6f7b0dda
1 changed files with 3 additions and 1 deletions
|
@ -14,8 +14,10 @@ spec:
|
|||
{{- end }}
|
||||
template:
|
||||
metadata:
|
||||
{{- with .Values.podAnnotations }}
|
||||
|
||||
annotations:
|
||||
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
||||
{{- with .Values.podAnnotations }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
labels:
|
||||
|
|
Loading…
Reference in a new issue