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