Add disablePolling to the docs

Refers: https://github.com/rancher/fleet/issues/2394

Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
This commit is contained in:
Xavi Garcia 2024-04-30 16:47:20 +02:00
parent 3c3d907ab8
commit ac00a7bb5e
1 changed files with 5 additions and 0 deletions

View File

@ -90,6 +90,11 @@ spec:
# #
# pollingInterval: 15s # pollingInterval: 15s
# When disablePolling is set to true the git repo won't be checked periodically.
# It will rely on webhooks only.
# See [Using Webhooks Instead of Polling](https://fleet.rancher.io/webhook)
# disablePolling: false
# Paused causes changes in Git to not be propagated down to the clusters but # Paused causes changes in Git to not be propagated down to the clusters but
# instead mark resources as OutOfSync # instead mark resources as OutOfSync
# #