Merge pull request #8 from rancher/add-missing-gitrepo-args

Document pollingInterval,forceSyncGeneration and paused
This commit is contained in:
Mario Manno 2022-10-12 16:40:48 +02:00 committed by GitHub
commit 65eccdf3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -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