This repository contains examples on GitOps with ArgoCD to try out and build upon.
It explores the following concepts:
- basic ArgoCD
Applications, using the manifests infirst-gitops-app/ - a simple App-of-Apps
Application, usingparent-app.yamland the childrenApplicationsinapps/ - an example
ApplicationSet, usingmonitoring-appset.yamland the directories undermonitoring-appset/
For parent-app.yaml and monitoring-appset.yaml, only boilerplate YAML is defined - all information regarding the actual ArgoCD environment, repositories, etc. need to be entered.