app-of-apps example
All files in infra repo
Instructions for this example are HERE
In order to start app in Argo-CD you need to login:
Root app in this example has quite some scripting in its helm chart template in order to render it locally execute the following
Pros:
you may have reusable code among helm charts
everything is in one place
Cons
Harder to enforce per-app permissions
Changes to any app trigger syncs for the whole repo
👀 HERE is an example how to configure a hook from Github to ArgoCD to notify promptly about changes
In this particular example if you want to check what was deployed, e.g. guestbook, then (of course this is a long and non convenient way, but just to make things done this approach works):
Last updated
Was this helpful?