apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: ha-failover namespace: argocd annotations: argocd.argoproj.io/sync-wave: "23" # after CNPG/storage (10-14), alongside other security/HA infra finalizers: - resources-finalizer.argocd.argoproj.io spec: project: infrastructure source: repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git targetRevision: main path: infrastructure/ha-failover/manifests destination: server: https://kubernetes.default.svc namespace: ha-failover syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true