Skip to content

Commit 74911f0

Browse files
authored
Path in volume fixed
The path in the volume "configaccesslist" was wrong. I've changed this corresponding to the parameter in the startup args.
1 parent 7580388 commit 74911f0

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
@@ -335,7 +335,7 @@ spec:
335335
{{- if .Values.authenticatedEmailsFile.template }}
336336
path: {{ .Values.authenticatedEmailsFile.template }}
337337
{{- else }}
338-
path: authenticated-emails-list
338+
path: {{ template "oauth2-proxy.fullname" . }}-accesslist
339339
{{- end }}
340340
{{- if .Values.authenticatedEmailsFile.template }}
341341
secretName: {{ .Values.authenticatedEmailsFile.template }}

0 commit comments

Comments
 (0)