Skip to content

Commit

Permalink
Merge pull request #216 from dklein-net/patch-1
Browse files Browse the repository at this point in the history
fix: path in volume fixed
  • Loading branch information
pierluigilenoci committed Jun 16, 2024
2 parents 7580388 + e4c2fb5 commit 3ed349b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 7.7.3
version: 7.7.4
apiVersion: v2
appVersion: 7.6.0
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand Down Expand Up @@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
annotations:
artifacthub.io/changes: |
- kind: fixed
description: Updated the Redis chart to the latest version
description: Fixed the path in the volume "configaccesslist"
links:
- name: Github PR
url: https://github.com/oauth2-proxy/manifests/pull/215
url: https://github.com/oauth2-proxy/manifests/pull/216
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ spec:
{{- if .Values.authenticatedEmailsFile.template }}
path: {{ .Values.authenticatedEmailsFile.template }}
{{- else }}
path: authenticated-emails-list
path: {{ template "oauth2-proxy.fullname" . }}-accesslist
{{- end }}
{{- if .Values.authenticatedEmailsFile.template }}
secretName: {{ .Values.authenticatedEmailsFile.template }}
Expand Down

0 comments on commit 3ed349b

Please sign in to comment.