apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cloudnativepg-helm namespace: argocd annotations: argocd.argoproj.io/sync-wave: "-1" spec: project: default source: repoURL: https://cloudnative-pg.github.io/charts chart: cloudnative-pg targetRevision: 0.23.2 destination: server: https://kubernetes.default.svc namespace: cnpg-system syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true retry: limit: 5 backoff: duration: 30s maxDuration: 5m factor: 2