Replies: 1 comment
-
You would be able to do use a PostSync after the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey All,
My team is responsible for many K8s clusters across various cloud platforms & I am looking at ArgoCD to help us keep them all in sync.
A handful of our application deployments require us to apply configurations to the applications via their respective APIs (e.g. setting up RBAC/SSO, importing resources, etc..) that are currently automated via Ansible.
My question is --once a sync has been completed & application has been deployed to a set of clusters, what's the best way to then kickoff configuration tasks? Would that be a post-sync resource hook? https://argoproj.github.io/argo-cd/user-guide/resource_hooks/
Beta Was this translation helpful? Give feedback.
All reactions