Correct checksum path.
All checks were successful
ci/woodpecker/push/zigbee2mqtt Pipeline was successful

This commit is contained in:
Alex Manning 2023-03-03 20:56:54 +00:00
parent af1a0e3bb1
commit 31b13c17e6

View file

@ -15,7 +15,7 @@ spec:
template:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/zigbee2mqtt/configmap.yaml") . | sha256sum }}
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}