File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
helm/oauth2-proxy/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments