File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 7.7.3
2+ version : 7.7.4
33apiVersion : v2
44appVersion : 7.6.0
55home : https://oauth2-proxy.github.io/oauth2-proxy/
@@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
3535annotations :
3636 artifacthub.io/changes : |
3737 - kind: fixed
38- description: Updated the Redis chart to the latest version
38+ description: Fixed the path in the volume "configaccesslist"
3939 links:
4040 - name: Github PR
41- url: https://github.com/oauth2-proxy/manifests/pull/215
41+ url: https://github.com/oauth2-proxy/manifests/pull/216
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments