mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
15 lines
517 B
Markdown
15 lines
517 B
Markdown
# Selective Sync
|
|
|
|
A *selective sync* is one where only some resources are sync'd. You can choose which resources from the UI:
|
|
|
|

|
|
|
|
When doing so, bear in mind that:
|
|
|
|
* Your sync is not recorded in the history, and so rollback is not possible.
|
|
* [Hooks](resource_hooks.md) are not run.
|
|
|
|
## Selective Sync Option
|
|
|
|
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.
|