diff --git a/07_bootstrap_argocd/00_installation_instructions.md b/07_bootstrap_argocd/00_installation_instructions.md index 9b17b90..0529265 100644 --- a/07_bootstrap_argocd/00_installation_instructions.md +++ b/07_bootstrap_argocd/00_installation_instructions.md @@ -6,7 +6,7 @@ Diese Sektion beschreibt den Übergang von der manuellen Installation zur vollau Wir nutzen das **Bootstrap-Prinzip**, um ArgoCD anzuweisen, sich selbst und alle anderen Applikationen zu verwalten. Sobald die Bootstrap-Ressourcen angewendet werden, scannt ArgoCD das Repository und rollt die definierten Stacks automatisch aus. ### 📊 Architektur-Übersicht -```mermaidjs +```mermaid graph TD Root[ArgoCD Bootstrap] --> |Deploy| AS1[ApplicationSet: Cluster Infra] Root --> |Deploy| AS2[ApplicationSet: Homelab Apps]