Adds deleteNamespace to the GitRepo docs

Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
This commit is contained in:
Xavi Garcia 2025-03-17 11:38:41 +01:00
parent 61ec496cda
commit ae2b46ab5d
1 changed files with 4 additions and 0 deletions

View File

@ -132,6 +132,10 @@ spec:
# #
# serviceAccount: moreSecureAccountThanClusterAdmin # 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 # Target clusters to deploy to if running Fleet in a multi-cluster
# style. Refer to the "Mapping to Downstream Clusters" docs for # style. Refer to the "Mapping to Downstream Clusters" docs for
# more information. # more information.