Skip to content

Commit 3ee3813

Browse files
committed
to trigger rollout on cm change
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
1 parent deabd13 commit 3ee3813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/kubechecks/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
metadata:
1717
annotations:
1818
{{- if .Values.configMap.create }}
19-
checksum/config: {{- include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
19+
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
2020
{{- end }}
2121
{{- with .Values.deployment.podAnnotations }}
2222
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)