-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Closed
Closed
Copy link
Labels
bugSomething isn't workingSomething isn't workingcomponent:docsIssues related to documentation changes and improvementsIssues related to documentation changes and improvements
Description
Checklist:
- I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- I've included steps to reproduce the bug.
- I've pasted the output of
argocd version
.
Describe the bug
Sync Phases and Waves documentation provides detailed information on configuring sync-wave
for resource ordering during sync operations.
However, it does not explicitly mention whether duplicating sync-wave
values across multiple resources is allowed.
I believe explicitly clarifying this in the documentation would help new users understand and configure it correctly.
To Reproduce
Expected behavior
The documentation should explicitly mention that:
- Resources can share the same sync-wave value.
- Resources with the same wave are processed together, ordered by their kind and name.
Screenshots
Version
Paste the output from `argocd version` here.
Logs
Paste any relevant application logs here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent:docsIssues related to documentation changes and improvementsIssues related to documentation changes and improvements