apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cnpg namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: project: default sources: - repoURL: https://cloudnative-pg.github.io/charts chart: cloudnative-pg targetRevision: 0.28.2 helm: values: | replicaCount: 1 config: clusterWide: true - repoURL: https://cloudnative-pg.github.io/charts chart: cluster targetRevision: 0.6.1 helm: values: | cluster: instances: 1 enablePDB: false storage: size: 500Mi backups: enabled: false destination: server: https://kubernetes.default.svc namespace: default syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true