Skip to content

Commit e55dffd

Browse files
max-pfeiffertuunit
andauthored
doc: improved the documentation in values.yaml for Redis password (#283)
--------- Co-authored-by: Jan Larwig <[email protected]>
1 parent 2e4cf2f commit e55dffd

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 7.10.4
2+
version: 7.10.5
33
apiVersion: v2
44
appVersion: 7.8.1
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -31,8 +31,8 @@ maintainers:
3131
kubeVersion: ">=1.16.0-0"
3232
annotations:
3333
artifacthub.io/changes: |
34-
- kind: fixed
35-
description: automatically concatenate connectionUrls with comma
34+
- kind: added
35+
description: Add documentation to ensure Redis password consistency between sessionStorage and Redis sub chart is well explained
3636
links:
3737
- name: Github PR
38-
url: https://github.com/oauth2-proxy/manifests/pull/268
38+
url: https://github.com/oauth2-proxy/manifests/pull/283

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"
@@ -395,6 +396,11 @@ redis:
395396
enabled: false
396397
# Redis specific helm chart settings, please see:
397398
# https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters
399+
# global:
400+
# redis:
401+
# password: yourpassword
402+
# If you install Redis using this sub chart, make sure that the password of the sub chart matches the password
403+
# you set in sessionStorage.redis.password (see above).
398404
# redisPort: 6379
399405
# architecture: standalone
400406

0 commit comments

Comments
 (0)