From 4a299a2f2ec724da2eaf5cf3dabbf855659a3bf9 Mon Sep 17 00:00:00 2001 From: Michael Crenshaw Date: Thu, 11 Aug 2022 13:48:20 -0400 Subject: [PATCH] docs: clusterResources in declarative cluster config (#10219) * docs: clusterResources in declarative cluster config Signed-off-by: CI * add article Signed-off-by: CI Signed-off-by: CI --- docs/operator-manual/declarative-setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/operator-manual/declarative-setup.md b/docs/operator-manual/declarative-setup.md index ca75847f377c7..2aba8450d1352 100644 --- a/docs/operator-manual/declarative-setup.md +++ b/docs/operator-manual/declarative-setup.md @@ -483,6 +483,7 @@ The secret data must include following fields: * `name` - cluster name * `server` - cluster api server url * `namespaces` - optional comma-separated list of namespaces which are accessible in that cluster. Cluster level resources would be ignored if namespace list is not empty. +* `clusterResources` - optional boolean string (`"true"` or `"false"`) determining whether Argo CD can manage cluster-level resources on this cluster. This setting is used only if the list of managed namespaces is not empty. * `config` - JSON representation of following data structure: ```yaml