From 73c29ae115d14574784724f968eb830464d9b933 Mon Sep 17 00:00:00 2001 From: Igor Ignatev Date: Wed, 18 Jan 2023 17:31:06 +0200 Subject: [PATCH] fix place --- charts/bpdispatcher/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/bpdispatcher/templates/deployment.yaml b/charts/bpdispatcher/templates/deployment.yaml index 8d088a3..601b218 100644 --- a/charts/bpdispatcher/templates/deployment.yaml +++ b/charts/bpdispatcher/templates/deployment.yaml @@ -11,13 +11,13 @@ spec: {{- include "bpdispatcher.selectorLabels" . | nindent 6 }} template: metadata: - {{- with .Values.podAnnotations }} annotations: + checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }} + {{- with .Values.podAnnotations }} {{- toYaml . | nindent 8 }} {{- end }} labels: {{- include "bpdispatcher.selectorLabels" . | nindent 8 }} - checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: