This commit is contained in:
Danijel Simeunovic
2026-02-11 13:54:50 +01:00
parent 058a3cba67
commit 133619818b

View File

@@ -7,7 +7,7 @@ This is a **Kubernetes cluster bootstrapping and GitOps configuration repository
``` ```
. .
├── bootstrap.sh # Main bootstrap script to initialize ArgoCD and cluster ├── bootstrap.sh # Main bootstrap script to initialize ArgoCD and cluster
├── apps/ # Application resources (currently unused/empty) ├── apps/ # Application resources
│ ├── _app-of-apps.yaml # App-of-apps pattern: parent Enterprize Application that manages all enterprize apps │ ├── _app-of-apps.yaml # App-of-apps pattern: parent Enterprize Application that manages all enterprize apps
│ ├── feedback-hub.yaml # Feedback Hub test app │ ├── feedback-hub.yaml # Feedback Hub test app
├── infra/ # Individual ArgoCD Application resources for infrastructure ├── infra/ # Individual ArgoCD Application resources for infrastructure