Skip to content

Commit 6bf3442

Browse files
committed
Move backend secret checksum to annotation
1 parent 7349987 commit 6bf3442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/backend/templates/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ spec:
1212
{{- include "common.labels.matchLabels" $ | nindent 6 }}
1313
template:
1414
metadata:
15+
annotations:
16+
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
1517
labels:
1618
{{- include "common.labels.standard" $ | nindent 8 }}
17-
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
1819
spec:
1920
{{- if .Values.serviceAccount.create }}
2021
serviceAccountName: {{ include "common.names.fullname" $ }}

0 commit comments

Comments
 (0)