How can I manage dependencies of my pods when deploying with ArgoCD?
Why do I need this?
I want to make sure, that first pod A is deployed and running successfully before pod B is deployed.
Flux offers such a workload dependency feature. But I can't see such feature for ArgoCD.