Skip to content

Commit aceee6c

Browse files
committed
Made the password usage for Redis sub chart more clear
1 parent 03cd7ac commit aceee6c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

helm/oauth2-proxy/values.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@ sessionStorage:
363363
existingSecret: ""
364364
# Redis password value. Applicable for all Redis configurations. Taken from redis subchart secret if not set. `sessionStorage.redis.existingSecret` takes precedence
365365
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).
367368
passwordKey: "redis-password"
368369
# Can be one of standalone|cluster|sentinel
369370
clientType: "standalone"
@@ -391,6 +392,11 @@ redis:
391392
enabled: false
392393
# Redis specific helm chart settings, please see:
393394
# https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters
395+
# global:
396+
# redis:
397+
# password: yourpassword
398+
# If you install Redis using this sub chart, make sure that the password of the sub chart matches the password
399+
# you set in sessionStorage.redis.password (see above).
394400
# redisPort: 6379
395401
# architecture: standalone
396402

0 commit comments

Comments
 (0)