From 20d106e1c0e01ef395844d42e136676fe20ecb87 Mon Sep 17 00:00:00 2001 From: aburan28 Date: Mon, 20 Jan 2025 12:14:07 -0800 Subject: [PATCH] add redis use tls parameters Signed-off-by: aburan28 --- charts/argo-cd/values.yaml | 3 +++ 1 file changed, 3 insertions(+) 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: {}