From 9f0a20d26c49ca8f110f1d3bcb128fdc56964974 Mon Sep 17 00:00:00 2001 From: l2h Date: Tue, 24 Sep 2024 15:17:42 +0900 Subject: [PATCH] Update charts/argo-cd/values.yaml Co-authored-by: Aikawa Signed-off-by: l2h --- charts/argo-cd/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 432388d4..fc41ef6d 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -279,8 +279,7 @@ configs: # -- Enables use of the Progressive Syncs capability applicationsetcontroller.enable.progressive.syncs: false - # When specifying multiple namespaces, specify them as a comma-separated string - # e.g., "namespace1, namespace2" ++ # -- A list of glob patterns specifying where to look for ApplicationSet resources. (e.g. `"namespace1, namespace2"`) applicationsetcontroller.namespaces: "" # -- Enables [Applications in any namespace]