apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: nfs-provisioner namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: path: platform/nfs-subdir repoURL: 'https://github.com/gwg313/homelab-gitops.git' targetRevision: main destination: server: 'https://kubernetes.default.svc' namespace: nfs-subdir-external-provisioner syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true