apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: arrstack namespace: argocd spec: project: default source: repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git path: arrstack targetRevision: HEAD directory: recurse: true destination: server: https://kubernetes.default.svc namespace: arrstack syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - PruneLast=true