apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: home-services namespace: argocd labels: app.kubernetes.io/part-of: argocd spec: project: default source: repoURL: https://gitea.nik4nao.com/nik/homelab.git targetRevision: HEAD path: manifests/home-services destination: server: https://kubernetes.default.svc namespace: home-services syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true