Skip to content

Commit 3ed349b

Browse files
Merge pull request #216 from dklein-net/patch-1
fix: path in volume fixed
2 parents 7580388 + e4c2fb5 commit 3ed349b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 7.7.3
2+
version: 7.7.4
33
apiVersion: v2
44
appVersion: 7.6.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
3535
annotations:
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

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)