From 4eb5ff92ea37b85b155ff2188e8a283ee31bb130 Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Mon, 4 Oct 2021 23:58:08 +0200 Subject: [PATCH] Move redis.service key occurence in values Signed-off-by: Marco Kilchhofer --- charts/argo-cd/values.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 3bd93703..e81030ad 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -365,10 +365,6 @@ redis: enabled: true name: redis - # Annotations to be added to the provisioned service resource - service: - annotations: {} - image: repository: redis tag: 6.2.4-alpine @@ -455,6 +451,9 @@ redis: ## Additional containers to be added to the redis pod. extraContainers: [] + service: + annotations: {} + metrics: enabled: false image: