File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 6.0.0
2+ version : 6.0.1
33apiVersion : v2
44appVersion : 7.2.0
55home : https://oauth2-proxy.github.io/oauth2-proxy/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66{{- include "oauth2-proxy.labels" . | indent 4 }}
77 {{- if .Values.deploymentAnnotations }}
88 annotations :
9- {{ toYaml .Values.deploymentAnnotations | indent 8 }}
9+ {{ toYaml .Values.deploymentAnnotations | indent 8 }}
1010 {{- end }}
1111 name : {{ template "oauth2-proxy.fullname" . }}
1212spec :
@@ -108,7 +108,7 @@ spec:
108108 {{- if eq (default "cookie" .Values.sessionStorage.type) "redis" }}
109109 - name : OAUTH2_PROXY_SESSION_STORE_TYPE
110110 value : " redis"
111- {{- if .Values.sessionStorage.redis.password }}
111+ {{- if or .Values.sessionStorage.redis.password .Values.sessionStorage.redis.existingSecret }}
112112 - name : OAUTH2_PROXY_REDIS_PASSWORD
113113 valueFrom :
114114 secretKeyRef :
You can’t perform that action at this time.
0 commit comments