From ad315e249d71b328d7e53b6dbd11413dbf8daab8 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sat, 27 Jun 2026 11:43:42 +0200 Subject: [PATCH] enable redis? --- helm/argocd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/argocd/values.yaml b/helm/argocd/values.yaml index cbecc72..bcf80bd 100644 --- a/helm/argocd/values.yaml +++ b/helm/argocd/values.yaml @@ -1497,7 +1497,7 @@ dex: ## Redis redis: # -- Do not enable redis - enabled: false + enabled: true ## Redis-HA subchart replaces custom redis deployment when `redis-ha.enabled=true` # Ref: https://github.com/DandyDeveloper/charts/blob/master/charts/redis-ha/values.yaml