| .github | ||
| alerts/gitops | ||
| apps | ||
| config | ||
| docs | ||
| infra | ||
| repo/helm | ||
| services | ||
| skills/release-branch-policy | ||
| sync | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
Cloud-Neutral Toolkit GitOps
This repository is the GitOps declaration layer for the Cloud-Neutral Toolkit.
Scope
- Store declarative Kubernetes resources, Flux Kustomizations, and non-sensitive multi-environment values.
- Keep application charts and Helm templates in the dedicated chart repository.
- Keep imperative automation such as Ansible playbooks and inventories out of this repository.
Layout
infra/: platform, infrastructure, and shared service declarationsapps/: application release declarationsclusters/: cluster-level overlays and entrypointsdocs/: repository conventions and operational documentation
For a quick structure overview, see docs/repo-structure.md.