Correct path to configmap.
All checks were successful
ci/woodpecker/push/mqtt Pipeline was successful

This commit is contained in:
Alex Manning 2023-03-02 21:35:10 +00:00
parent 2aa98755b4
commit 81741d1da4

View file

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