From 922b0fb2ec5a225cb56c4d5dfce3cba6d1e104a6 Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Wed, 12 Oct 2022 10:43:04 +0200 Subject: [PATCH] Document pollingInterval,forceSyncGeneration and paused --- docs/gitrepo-add.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/gitrepo-add.md b/docs/gitrepo-add.md index 4113908df..29d23e02a 100644 --- a/docs/gitrepo-add.md +++ b/docs/gitrepo-add.md @@ -85,6 +85,22 @@ spec: paths: - simple + # PollingInterval configures how often fleet checks the git repo. The default + # is 15 seconds. + # Setting this to zero does not disable polling. It results in a 15s + # interval, too. + # + # pollingInterval: 15 + + # Paused causes changes in Git to not be propagated down to the clusters but + # instead mark resources as OutOfSync + # + # paused: false + + # Increment this number to force a redeployment of contents from Git + # + # forceSyncGeneration: 0 + # The service account that will be used to perform this deployment. # This is the name of the service account that exists in the # downstream cluster in the cattle-fleet-system namespace. It is assumed