# root-apps.yaml apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: root-apps namespace: argocd annotations: argocd.argoproj.io/sync-wave: "2" # Läuft erst, wenn Infra steht spec: project: default source: repoURL: 'http://gitea-http.gitea.svc.cluster.local:3000/hdw/cluster-state.git' path: apps targetRevision: HEAD directory: recurse: true destination: server: 'https://kubernetes.default.svc' namespace: argocd syncPolicy: automated: prune: true selfHeal: true