File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 7.6.2
2+ version : 7.6.3
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: Fixed deployment annotation indentation
38+ description: Fix the default configmap name in deployment
3939 links:
4040 - name: Github PR
41- url: https://github.com/oauth2-proxy/manifests/pull/204
41+ url: https://github.com/oauth2-proxy/manifests/pull/210
Original file line number Diff line number Diff line change @@ -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