Correct checksum path.
All checks were successful
ci/woodpecker/push/zigbee2mqtt Pipeline was successful
All checks were successful
ci/woodpecker/push/zigbee2mqtt Pipeline was successful
This commit is contained in:
parent
af1a0e3bb1
commit
31b13c17e6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
checksum/config: {{ include (print $.Template.BasePath "/zigbee2mqtt/configmap.yaml") . | sha256sum }}
|
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
||||||
{{- with .Values.podAnnotations }}
|
{{- with .Values.podAnnotations }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue