Skip to content

Commit

Permalink
allow to set extraEnvs without proxyVarsAsSecrets (helm#22770)
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Strzelecki <maciej.strzelecki@gmail.com>
Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>
  • Loading branch information
mstrzele authored and Miguel Mingorance committed Aug 28, 2020
1 parent 855f548 commit 10c1d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 3.2.1
version: 3.2.2
apiVersion: v1
appVersion: 5.1.0
home: https://pusher.github.io/oauth2_proxy/
Expand Down
2 changes: 1 addition & 1 deletion stable/oauth2-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ spec:
{{- if .Values.htpasswdFile.enabled }}
- --htpasswd-file=/etc/oauth2_proxy/htpasswd/users.txt
{{- end }}
{{- if .Values.proxyVarsAsSecrets }}
env:
{{- if .Values.proxyVarsAsSecrets }}
- name: OAUTH2_PROXY_CLIENT_ID
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 10c1d13

Please sign in to comment.