From 37e0797a1d59476121f686db81f42d91d18e7265 Mon Sep 17 00:00:00 2001 From: Jaret Deprin Date: Wed, 16 Oct 2019 13:15:14 -0700 Subject: [PATCH] default redis.enabled: false --- 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 2728f377..4c21d029 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -214,7 +214,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 | `true` | +| redis.enabled | Enable redis | `false` | | 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 b570edbf..0babe29f 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -158,7 +158,7 @@ dex: ## Redis redis: - enabled: true + enabled: false name: redis image: