From c4171c68fd3f04b337c3c2d25f6d629f62b95454 Mon Sep 17 00:00:00 2001 From: leehosu Date: Tue, 24 Sep 2024 23:43:05 +0900 Subject: [PATCH] fetch upstream 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 c3f52770..832d4184 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -281,7 +281,7 @@ configs: # -- A list of glob patterns specifying where to look for ApplicationSet resources. (e.g. `"namespace1, namespace2"`) applicationsetcontroller.namespaces: "" - # -- Enables [Applications in any namespace] + # -- Enables [Applications in any namespace] ## List of additional namespaces where applications may be created in and reconciled from. ## The namespace where Argo CD is installed to will always be allowed. ## Set comma-separated list. (e.g. app-team-one, app-team-two)