You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/oauth2-proxy/values.yaml
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -363,7 +363,8 @@ sessionStorage:
363
363
existingSecret: ""
364
364
# Redis password value. Applicable for all Redis configurations. Taken from redis subchart secret if not set. `sessionStorage.redis.existingSecret` takes precedence
365
365
password: ""
366
-
# Key of the Kubernetes secret data containing the redis password value
366
+
# Key of the Kubernetes secret data containing the redis password value. If you use the redis sub chart, make sure
367
+
# this password matches the one used in redis.global.redis.password (see below).
0 commit comments