Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 785 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 785 Bytes

Argo CD GitOps Repository

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.