Skip to content

Commit 040029a

Browse files
author
Matt Pryor
committed
Correct path in alpha-config annotation
1 parent 2533a13 commit 040029a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/oauth2-proxy/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
annotations:
2424
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
2525
{{- if .Values.alphaConfig.enabled }}
26-
checksum/alpha-config: {{ include (print $.Template.BasePath "/configmap-alpha.yaml") . | sha256sum }}
26+
checksum/alpha-config: {{ include (print $.Template.BasePath "/secret-alpha.yaml") . | sha256sum }}
2727
{{- end }}
2828
checksum/config-emails: {{ include (print $.Template.BasePath "/configmap-authenticated-emails-file.yaml") . | sha256sum }}
2929
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}

0 commit comments

Comments
 (0)