platform/argocd/Application.yaml aktualisiert

This commit is contained in:
hdw
2026-04-19 11:16:49 +00:00
parent bbc3eb445f
commit 5c7c2e26df
2 changed files with 24 additions and 6 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
spec:
project: default
source:
# Hier zeigen wir auf das offizielle Argo CD Helm-Chart
# Das ist viel kleiner und stabiler als das riesige install.yaml
repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
targetRevision: 7.x.x # Wähle hier eine stabile Version
helm:
releaseName: argocd
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true # Hier gehört das hin!