Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want wait Application delete until finish
First, enter
argocd app delete my-app --cascade=true --propagation-policy=foreground
Second, enter
argocd app wait my-app --suspended
or--suspended --operation=false
or--suspended --operation=false --health
After Application deleted, but
argocd app wait
hang forever.How do I know when
Application is deleted
ordelete operation finished
?Beta Was this translation helpful? Give feedback.
All reactions