I would like to deploy Keycloak on my K8S cluster. In addition, the prerequisite for using Keycloack is a database, so I am going to use postgresql.
Before deploying Keycloak, the database has to be up and running. For such as scenario, I think, I should use Argo Workflow.
My question is, how to trigger the ArgoCD, after the database is up and running through the Argo Workflow? Or how to combine Argo Workflow with ArgoCD?