apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: nfs-provisioner-application namespace: argocd spec: project: infrastructure source: repoURL: https://github.com/moll-re/k3s-infra.git targetRevision: main path: infrastructure/nfs/ destination: server: https://kubernetes.default.svc namespace: nfs-provisioner syncPolicy: automated: prune: true selfHeal: true