From 504ae0a6567bcb394971e686d0964b79f94d647a Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Thu, 2 Mar 2023 21:37:39 +0000 Subject: [PATCH] / --- charts/mqtt/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mqtt/templates/deployment.yaml b/charts/mqtt/templates/deployment.yaml index 9a8142a..b13b360 100644 --- a/charts/mqtt/templates/deployment.yaml +++ b/charts/mqtt/templates/deployment.yaml @@ -13,7 +13,7 @@ spec: template: metadata: annotations: - checksum/config: {{ include (print $.Template.BasePath "configmap.yaml") . | sha256sum }} + checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} {{- with .Values.podAnnotations }} {{- toYaml . | nindent 8 }} {{- end }}