Replies: 5 comments 2 replies
-
Since you are using Apps of Apps, have you tried sync waves? |
Beta Was this translation helpful? Give feedback.
-
You probably also want to try https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Progressive-Syncs/ |
Beta Was this translation helpful? Give feedback.
-
More details you can find here |
Beta Was this translation helpful? Give feedback.
-
I would recommend using SyncWave. Lowest value syncs first. App 1: |
Beta Was this translation helpful? Give feedback.
-
You need to make Argo CD aware of App dependencies as described here https://codefresh.io/blog/argo-cd-application-dependencies/ |
Beta Was this translation helpful? Give feedback.
-
I'm using the app of apps pattern in ArgoCD and I'm looking for a way to enforce a sync order between certain apps. Specifically, I want the strimzi app to be synced before my app containing the Kafka CR, and the minio-operator app to be synced before my app containing the Minio CR.
Is there an easy way to manage dependencies or sync order between apps in ArgoCD?
Here is a link to my argoCD configuration: https://github.com/astrolabsoftware/fink-cd/tree/v3.1.3-rc1/apps/templates
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions