We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee3813 commit 10d926fCopy full SHA for 10d926f
charts/kubechecks/templates/deployment.yaml
@@ -16,7 +16,7 @@ spec:
16
metadata:
17
annotations:
18
{{- if .Values.configMap.create }}
19
- checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
+ checksum/config: {{ include (print .Template.BasePath "/configmap.yaml") . | sha256sum }}
20
{{- end }}
21
{{- with .Values.deployment.podAnnotations }}
22
{{- toYaml . | nindent 8 }}
@@ -109,4 +109,4 @@ spec:
109
110
{{- with .Values.deployment.volumes }}
111
volumes: {{ . | toYaml | nindent 8 }}
112
- {{- end }}
+ {{- end }}
0 commit comments