From 31b13c17e6735cdfb364966dc5ccfe4b340f1d1a Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Fri, 3 Mar 2023 20:56:54 +0000 Subject: [PATCH] Correct checksum path. --- charts/zigbee2mqtt/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/zigbee2mqtt/templates/deployment.yaml b/charts/zigbee2mqtt/templates/deployment.yaml index 24facd2..bdf9074 100644 --- a/charts/zigbee2mqtt/templates/deployment.yaml +++ b/charts/zigbee2mqtt/templates/deployment.yaml @@ -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 }}