We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b3fb9 commit 653252eCopy full SHA for 653252e
1 file changed
charts/opa-kube-mgmt/templates/deployment.yaml
@@ -19,6 +19,9 @@ spec:
19
{{- if .Values.opa }}
20
checksum/config: {{ tpl (toYaml .Values.opa) . | sha256sum }}
21
{{- end }}
22
+ {{- if .Values.admissionController.enabled }}
23
+ checksum/webhookconfiguration: {{ include (print $.Template.BasePath "/webhookconfiguration.yaml" ) . | sha256sum }}
24
+ {{- end }}
25
{{- if .Values.annotations }}
26
{{ toYaml .Values.annotations | indent 8 }}
27
0 commit comments