apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cnpg namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: project: default source: repoURL: https://cloudnative-pg.github.io/charts chart: cloudnative-pg targetRevision: 0.29.0 helm: values: | replicaCount: 1 config: clusterWide: true destination: server: https://kubernetes.default.svc namespace: cnpg-system syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true