We have a namespace consisting of 3 applications:
- Database patcher
- API
- Web site
Currently we are using ArgoCD app-of-apps pattern to roll this out. Each application above is therefore it's own ArgoCD application.
I want the database patcher to be rolled out before the other two applications and I want the entire deployment of all applications to halt if the database patcher fails.
Is this possible with app-of-apps pattern?