From 3dd5dc5f8838f9bc7be927710ba50a7e5d47e9ce Mon Sep 17 00:00:00 2001 From: leehosu Date: Tue, 24 Sep 2024 16:35:56 +0900 Subject: [PATCH] clear namespaces field by setting to an empty string Signed-off-by: leehosu --- charts/argo-cd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index ab7f0bed..d3e282cd 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -280,7 +280,7 @@ configs: applicationsetcontroller.enable.progressive.syncs: false # -- A list of glob patterns specifying where to look for ApplicationSet resources. (e.g. `"namespace1, namespace2"`) - applicationsetcontroller.namespaces: "namespace1, namespace2" + applicationsetcontroller.namespaces: "" # -- Enables [Applications in any namespace] ## List of additional namespaces where applications may be created in and reconciled from.