From 90846723c32fc4e3a38deda31756e5ed2e54d4ab Mon Sep 17 00:00:00 2001 From: disposab1e <48065501+disposab1e@users.noreply.github.com> Date: Wed, 6 Nov 2019 07:52:12 +0100 Subject: [PATCH] Enable redis --- charts/argo-cd/README.md | 2 +- charts/argo-cd/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index e0a7e1fc..ff76a017 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -216,7 +216,7 @@ $ helm install --name my-release argo/argo-cd |-----|------|---------|-------------| | redis.affinity | Assign custom affinity rules to the deployment https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | `{}` | | redis.containerPort | Redis container port | `6379` | -| redis.enabled | Enable redis | `false` | +| redis.enabled | Enable redis | `true` | | redis.image.imagePullPolicy | Redis imagePullPolicy | `"IfNotPresent"` | | redis.image.repository | Redis repository | `"redis"` | | redis.image.tag | Redis tag | `"5.0.3"` | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 6f962a10..c767b9d5 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -158,7 +158,7 @@ dex: ## Redis redis: - enabled: false + enabled: true name: redis image: