gitops/docs/repo-structure.md
2026-04-02 16:32:04 +08:00

13 lines
604 B
Markdown

# Repository Structure
This repository contains declarative GitOps assets only. Below is a short overview of the key directories.
| Directory | Purpose |
|-----------|---------|
| `apps` | Flux HelmRelease and Kustomize files for applications. |
| `clusters` | Kustomize overlays for different clusters referencing the `apps` definitions. |
| `infra` | Platform and infrastructure declarations managed by Flux. |
| `scripts` | Utility scripts that support validation or operational workflows. |
| `config` | Non-sensitive configuration references and examples. |
| `docs` | Additional documentation. |