From 5b855a802911cf49b0696882a11a65e5f6cb517e Mon Sep 17 00:00:00 2001 From: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Date: Wed, 23 Aug 2023 21:54:29 +0000 Subject: [PATCH] docs: document sourceNamespaces field (#15195) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --- docs/operator-manual/project.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/operator-manual/project.yaml b/docs/operator-manual/project.yaml index b14e536d18531..c4d93f536239f 100644 --- a/docs/operator-manual/project.yaml +++ b/docs/operator-manual/project.yaml @@ -91,3 +91,8 @@ spec: # scoped to this project. Set the following field to `true` to restrict apps in this cluster to only clusters # scoped to this project. permitOnlyProjectScopedClusters: false + + # When using Applications-in-any-namespace, this field determines which namespaces this AppProject permits + # Applications to reside in. Details: https://argo-cd.readthedocs.io/en/stable/operator-manual/app-any-namespace/ + sourceNamespaces: + - "argocd-apps-*"