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: