add redis use tls parameters
Signed-off-by: aburan28 <aburan28@gmail.com>
This commit is contained in:
parent
a9579241ae
commit
20d106e1c0
1 changed files with 3 additions and 0 deletions
|
@ -1663,6 +1663,9 @@ externalRedis:
|
||||||
# -- The name of an existing secret with Redis (must contain key `redis-password`) and Sentinel credentials.
|
# -- The name of an existing secret with Redis (must contain key `redis-password`) and Sentinel credentials.
|
||||||
# When it's set, the `externalRedis.password` parameter is ignored
|
# When it's set, the `externalRedis.password` parameter is ignored
|
||||||
existingSecret: ""
|
existingSecret: ""
|
||||||
|
# -- Use TLS to connect to Redis
|
||||||
|
# when set to true, it passes redis-use-tls flag to the repo-server, application controller, and server pods args
|
||||||
|
tls: false
|
||||||
# -- External Redis Secret annotations
|
# -- External Redis Secret annotations
|
||||||
secretAnnotations: {}
|
secretAnnotations: {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue