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!