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 }}