This commit is contained in:
Danijel Simeunovic
2026-02-08 13:39:31 +01:00
parent f9f5806419
commit 3e943b5405
8 changed files with 10 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ This is a **Kubernetes cluster bootstrapping and GitOps configuration repository
### GitOps Model
- **App-of-Apps Pattern**: `argocd/_app-of-apps.yaml` is the root Application that manages all child applications
- **Source of Truth**: GitHub repository (`https://github.com/fortedigital/sturdy-adventure.git`) is the single source of truth
- **Source of Truth**: GitHub repository (`https://github.com/snothub/sturdy-adventure.git`) is the single source of truth
- **Auto-sync**: All Applications have automated sync enabled with auto-pruning and self-healing
- **Namespace Creation**: `CreateNamespace=true` allows ArgoCD to create namespaces as needed