wait option in declarative manifest
#22390
Unanswered
muhali-ionos
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
You are probably looking for Progressive Syncs: https://argo-cd.readthedocs.io/en/latest/operator-manual/applicationset/Progressive-Syncs/ |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Thanks. This is something related. I have to check it out thoroughly. But what about this https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd_app_wait/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
How can I insert
waitoption in declarative manner in argocd applicationset manifest? The command-line version is below:argocd app wait [APPNAME.. | -l selector] [flags]The
waithas the following options:My Applicationset manifest is below:
I just can't figure out where and how to insert the
waitfor an application to reach a synced and healthy state before syncing another one. And havetimeoutoption with 1800 seconds in my argocd manifest. So that when timeout is reached it can sync another application. Can you please help?Beta Was this translation helpful? Give feedback.
All reactions