Skip to content

Commit 56e213c

Browse files
Merge branch 'main' into traffic-policy
2 parents 0323b5e + 7a6ec78 commit 56e213c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helm/oauth2-proxy/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
{{- include "oauth2-proxy.labels" . | indent 4 }}
77
{{- if .Values.deploymentAnnotations }}
88
annotations:
9-
{{ toYaml .Values.deploymentAnnotations | indent 8 }}
9+
{{ toYaml .Values.deploymentAnnotations | indent 4 }}
1010
{{- end }}
1111
name: {{ template "oauth2-proxy.fullname" . }}
1212
namespace: {{ template "oauth2-proxy.namespace" $ }}
@@ -136,7 +136,7 @@ spec:
136136
{{- if .Values.authenticatedEmailsFile.template }}
137137
- --authenticated-emails-file=/etc/oauth2-proxy/{{ .Values.authenticatedEmailsFile.template }}
138138
{{- else }}
139-
- --authenticated-emails-file=/etc/oauth2-proxy/authenticated-emails-list
139+
- --authenticated-emails-file=/etc/oauth2-proxy/{{ template "oauth2-proxy.fullname" . }}-accesslist
140140
{{- end }}
141141
{{- end }}
142142
{{- with .Values.config.google }}
@@ -381,7 +381,7 @@ spec:
381381
{{- if .Values.authenticatedEmailsFile.template }}
382382
path: {{ .Values.authenticatedEmailsFile.template }}
383383
{{- else }}
384-
path: authenticated-emails-list
384+
path: {{ template "oauth2-proxy.fullname" . }}-accesslist
385385
{{- end }}
386386
name: configaccesslist
387387
{{- end }}

0 commit comments

Comments
 (0)