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.yaml
and the childrenApplications
inapps/
- an example
ApplicationSet
, usingmonitoring-appset.yaml
and 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.