apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: authentik namespace: argocd annotations: argocd.argoproj.io/sync-wave: "2" # Vor Outline (Wave 5) starten spec: project: default source: repoURL: https://git.cloud-infra.prod.openmailserver.de/stabify/gitops.git targetRevision: HEAD path: apps/authentik destination: server: https://kubernetes.default.svc namespace: authentik syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true