This is a mostly automated repo. Contains manifests to be installed by ArgoCD on clusters. This goes hand in hand with the Core Pipeline and the the Platform Cluster repos.
- You define you Application on the
Core Pipeline
repo definitions - The
Core Pipeline
(amongst other things) creates manifests here under themanaged
folder to reflect the desired state of your application. - Clusters deployed using the
Platform Cluster
repo have an ArgoCD ApplicationSet watching this repo that will install anything under this pattern:./managed/{APP_NAME}/overlays/(dev|prod)
Currently it doesn't do anything. But the idea is that deployments that you want to handle yourself can be added here.