github.com/argoproj/argo-cd/v2@v2.10.9/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: 8 9 * Your sync is not recorded in the history, and so rollback is not possible. 10 * Hooks are not run. 11 12 ## Selective Sync Option 13 14 >v1.8 15 16 Turning on selective sync option which will sync only out-of-sync resources. 17 See [sync options](sync-options.md#selective-sync) documentation for more details.