argo-cd/docs/user-guide/selective_sync.md

18 lines
498 B
Markdown
Raw Normal View History

2019-06-05 01:17:41 +00:00
# Selective Sync
A *selective sync* is one where only some resources are sync'd. You can choose which resources from the UI:
![selective sync](../assets/selective-sync.png)
When doing so, bear in mind:
2019-08-12 22:34:21 +00:00
* Your sync is not recorded in the history, and so rollback is not possible.
* Hooks are not run.
## Selective Sync Option
>v1.8
Turning on selective sync option which will sync only out-of-sync resources.
See [sync options](sync-options.md#selective-sync) documentation for more details.