argo-cd/docs/user-guide/selective_sync.md
Alexandre Gaudreault 4bc5d38634
docs: clarify selective sync and ApplyOutOfSyncOnly (#27393)
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2026-04-16 22:40:35 -04:00

10 lines
345 B
Markdown

# Selective Sync
A _selective sync_ is one where only some resources are sync'd. You can choose which resources from the UI or the CLI:
![selective sync](../assets/selective-sync.png)
When doing so, bear in mind that:
- Your sync is **not** recorded in the history, and so rollback is not possible.
- [Hooks](sync-waves.md) are **not** run.