Skip to content

Commit 10d926f

Browse files
authored
Update deployment.yaml
Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com>
1 parent 3ee3813 commit 10d926f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/kubechecks/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
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 }}
@@ -109,4 +109,4 @@ spec:
109109
{{- end }}
110110
{{- with .Values.deployment.volumes }}
111111
volumes: {{ . | toYaml | nindent 8 }}
112-
{{- end }}
112+
{{- end }}

0 commit comments

Comments
 (0)