Skip to content

Commit be8bdad

Browse files
committed
fix!: rename redis subchart to redis-ha
Signed-off-by: Przemek Nowak <[email protected]>
1 parent e7c5390 commit be8bdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/oauth2-proxy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ sessionStorage:
456456
# Redis password value. Applicable for all Redis configurations. Taken from redis subchart secret if not set. `sessionStorage.redis.existingSecret` takes precedence
457457
password: ""
458458
# Key of the Kubernetes secret data containing the redis password value. If you use the redis sub chart, make sure
459-
# this password matches the one used in redis.global.redis.password (see below).
459+
# this password matches the one used in redis-ha.redisPassword (see below).
460460
passwordKey: "redis-password"
461461
# Can be one of standalone|cluster|sentinel
462462
clientType: "standalone"

0 commit comments

Comments
 (0)