apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cloudnative-pg namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: chart: cloudnative-pg repoURL: https://cloudnative-pg.github.io/charts targetRevision: 0.23.0 helm: values: | # Default values are fine destination: server: https://kubernetes.default.svc namespace: cnpg-system syncPolicy: syncOptions: - CreateNamespace=true - ServerSideApply=true automated: prune: true selfHeal: true