From d261e15fcc432256590b36760d4fcdac3ed8b313 Mon Sep 17 00:00:00 2001 From: Josh Baird Date: Thu, 22 Jun 2023 11:04:18 -0400 Subject: [PATCH] Add value for create. Signed-off-by: Josh Baird --- charts/argo-cd/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 2c3fe694..009a5019 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -217,6 +217,10 @@ configs: # Argo CD configuration parameters ## Ref: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/argocd-cmd-params-cm.yaml params: + # -- Create the argocd-cmd-params-cm configmap + # If false, it is expected the configmap will be created by something else. + create: true + # -- Annotations to be added to the argocd-cmd-params-cm ConfigMap annotations: {}