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 2533a13 commit 040029aCopy full SHA for 040029a
helm/oauth2-proxy/templates/deployment.yaml
@@ -23,7 +23,7 @@ spec:
23
annotations:
24
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
25
{{- if .Values.alphaConfig.enabled }}
26
- checksum/alpha-config: {{ include (print $.Template.BasePath "/configmap-alpha.yaml") . | sha256sum }}
+ checksum/alpha-config: {{ include (print $.Template.BasePath "/secret-alpha.yaml") . | sha256sum }}
27
{{- end }}
28
checksum/config-emails: {{ include (print $.Template.BasePath "/configmap-authenticated-emails-file.yaml") . | sha256sum }}
29
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
0 commit comments