We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7349987 commit 6bf3442Copy full SHA for 6bf3442
charts/backend/templates/deployment.yaml
@@ -12,9 +12,10 @@ spec:
12
{{- include "common.labels.matchLabels" $ | nindent 6 }}
13
template:
14
metadata:
15
+ annotations:
16
+ checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
17
labels:
18
{{- include "common.labels.standard" $ | nindent 8 }}
- checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
19
spec:
20
{{- if .Values.serviceAccount.create }}
21
serviceAccountName: {{ include "common.names.fullname" $ }}
0 commit comments