apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: rancher-priorityclass namespace: argocd spec: project: infra destination: server: https://kubernetes.default.svc namespace: cattle-system source: repoURL: https://git.dvirlabs.com/dvirlabs/infra.git targetRevision: HEAD path: manifests/rancher directory: recurse: true syncPolicy: automated: selfHeal: true prune: true