This repository is the GitOps state reference repository for all environments managed by ArgoCD.
All custom charts are contained in the charts
directory. All environments are defined inside the environments
directory.
We use the app-of-apps pattern to configure full environments and track all necessary dependencies between services via Argo CD.
This is possible with the app-of-apps chart. New environments can be defined inside the global-configuration.yaml
and the environment specific configuration is done with environments/{env}/configuration.yaml
respectively.