From 133619818bd29d95a2a89ee408b65f82b8f66479 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Wed, 11 Feb 2026 13:54:50 +0100 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ae9bf2..0bf9d64 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a **Kubernetes cluster bootstrapping and GitOps configuration repository ``` . ├── 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 │ ├── feedback-hub.yaml # Feedback Hub test app ├── infra/ # Individual ArgoCD Application resources for infrastructure