--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: hello-world namespace: argocd spec: project: default source: repoURL: https://git.adjutor.xyz/homelab-gitops.git targetRevision: main path: apps/hello-world destination: server: https://kubernetes.default.svc namespace: hello-world syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true