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