apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: drawio namespace: argocd spec: project: default source: repoURL: https://git.szymi.ddns.net/szymi/drawio.git targetRevision: master path: deployment destination: server: https://kubernetes.default.svc namespace: drawio syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true