diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index d5056840..25af4a75 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -1663,6 +1663,9 @@ externalRedis: # -- 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 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 secretAnnotations: {}