apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: rancher namespace: argocd annotations: argocd.argoproj.io/sync-wave: "51" finalizers: - resources-finalizer.argocd.argoproj.io spec: project: applications sources: - repoURL: https://releases.rancher.com/server-charts/stable chart: rancher targetRevision: 2.13.2 helm: valueFiles: - $values/apps/rancher/values.yaml - repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git targetRevision: main ref: values - repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git targetRevision: main path: apps/rancher/manifests destination: server: https://kubernetes.default.svc namespace: cattle-system syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true - ServerSideDiff=true