apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: vps-cnpg namespace: argocd annotations: argocd.argoproj.io/sync-wave: "1" # before minio/vault/gitea (wave 2) and the CNPG-backed standby apps (wave 3) finalizers: - resources-finalizer.argocd.argoproj.io spec: project: vps-standby source: repoURL: https://cloudnative-pg.github.io/charts chart: cloudnative-pg targetRevision: "*" # matches home's argocd-apps/infrastructure/cnpg.yaml (also unpinned) destination: name: vps-standby namespace: cnpg-system syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true - ServerSideDiff=true - RespectIgnoreDifferences=true