From ae2b46ab5d3ee6d7f568c7cfad83479938b10f2a Mon Sep 17 00:00:00 2001 From: Xavi Garcia Date: Mon, 17 Mar 2025 11:38:41 +0100 Subject: [PATCH] Adds deleteNamespace to the GitRepo docs Signed-off-by: Xavi Garcia --- docs/ref-gitrepo.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ref-gitrepo.md b/docs/ref-gitrepo.md index 09aead596..2682ca270 100644 --- a/docs/ref-gitrepo.md +++ b/docs/ref-gitrepo.md @@ -132,6 +132,10 @@ spec: # # serviceAccount: moreSecureAccountThanClusterAdmin + # DeleteNamespace specifies if the namespace created + # must be deleted after deleting the GitRepo. + # deleteNamespace: false + # Target clusters to deploy to if running Fleet in a multi-cluster # style. Refer to the "Mapping to Downstream Clusters" docs for # more information.