From e36aab0d97dccbefd2a144c6cf821b89328ef294 Mon Sep 17 00:00:00 2001 From: leehosu Date: Tue, 24 Sep 2024 01:02:16 +0900 Subject: [PATCH] chore: clear namespaces field by setting to an empty string Signed-off-by: leehosu --- charts/argo-cd/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 14dbe315..432388d4 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -280,7 +280,8 @@ configs: applicationsetcontroller.enable.progressive.syncs: false # When specifying multiple namespaces, specify them as a comma-separated string - applicationsetcontroller.namespaces: "namespace1, namespace2" + # e.g., "namespace1, namespace2" + applicationsetcontroller.namespaces: "" # -- Enables [Applications in any namespace] ## List of additional namespaces where applications may be created in and reconciled from.