This repository has been archived on 2026-09-03 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
12b14ca9d43b9b6b1145641ccd3c35b2f2e2364c
Haven
2. Repo layout (gitops/)
gitops/
├── bootstrap/
│ ├── namespaces.yaml # cluster namespaces
│ ├── argocd-install/ # Argo CD install manifests + ingress
│ └── root-app.yaml # root Application watching apps/root
├── apps/
│ ├── root/
│ │ ├── kustomization.yaml # points to applicationset.yaml
│ │ └── applicationset.yaml# auto-discovers apps/*/*.yaml
│ └── <namespace>/ # e.g., default/, media/, monitoring/
│ ├── <app-1>.yaml # all-in-one manifest per app
│ └── <app-2>.yaml
Languages
Markdown
100%