apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: app-nginx-test namespace: argocd spec: project: default source: repoURL: https://git.curringtoncloud.com/ldc/HomeLab-GitOps.git targetRevision: HEAD path: nginx-test destination: server: https://kubernetes.default.svc namespace: homelab syncPolicy: syncOptions: - CreateNamespace=true automated: selfHeal: true prune: true