add redis use tls parameters

Signed-off-by: aburan28 <aburan28@gmail.com>
This commit is contained in:
aburan28 2025-01-20 12:14:07 -08:00
parent a9579241ae
commit 20d106e1c0

View file

@ -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: {}