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 7580388 commit 74911f0Copy full SHA for 74911f0
helm/oauth2-proxy/templates/deployment.yaml
@@ -335,7 +335,7 @@ spec:
335
{{- if .Values.authenticatedEmailsFile.template }}
336
path: {{ .Values.authenticatedEmailsFile.template }}
337
{{- else }}
338
- path: authenticated-emails-list
+ path: {{ template "oauth2-proxy.fullname" . }}-accesslist
339
{{- end }}
340
341
secretName: {{ .Values.authenticatedEmailsFile.template }}
0 commit comments