github.com/argoproj/argo-cd/v3@v3.2.1/docs/user-guide/selective_sync.md (about) 1 # Selective Sync 2 3 A *selective sync* is one where only some resources are sync'd. You can choose which resources from the UI: 4 5  6 7 When doing so, bear in mind that: 8 9 * Your sync is not recorded in the history, and so rollback is not possible. 10 * [Hooks](resource_hooks.md) are not run. 11 12 ## Selective Sync Option 13 14 Turning on selective sync option which will sync only out-of-sync resources. 15 See [sync options](sync-options.md#selective-sync) documentation for more details.