We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ff22b commit 6b6fb15Copy full SHA for 6b6fb15
charts/kyverno-playground/templates/deployment.yaml
@@ -13,8 +13,9 @@ spec:
13
{{- include "kyverno-playground.selectorLabels" . | nindent 6 }}
14
template:
15
metadata:
16
- {{- with .Values.podAnnotations }}
17
annotations:
+ checksum/secret: {{ include (print .Template.BasePath "/config.yaml") . | sha256sum | quote }}
18
+ {{- with .Values.podAnnotations }}
19
{{- toYaml . | nindent 8 }}
20
{{- end }}
21
labels:
0 commit comments