From 5ec64dede6e68c10fb2f6b3ec29ee2e0767d6311 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Tue, 10 Feb 2026 15:24:01 +0100 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef9ecf3..15b87a8 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ 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) -│ ├── _app-of-apps.yaml # App-of-apps pattern: parent Enterprize Application that manages all enterprize apps -│ ├── feedback-hub.yaml # Feedback Hub test app +│ ├── _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 -│ ├── _app-of-apps.yaml # App-of-apps pattern: parent Infra Application that manages all infrastructure apps +│ ├── _app-of-apps.yaml # App-of-apps pattern: parent Infra Application that manages all infrastructure apps │ ├── traefik-application.yaml # Ingress controller (Traefik) │ ├── cert-manager-application.yaml # TLS certificate management │ ├── kyverno.yaml # Policy engine for security