apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cnpg-app namespace: argocd spec: syncPolicy: automated: enabled: true project: default source: chart: cloudnative-pg repoURL: 'https://cloudnative-pg.github.io/charts' targetRevision: 0.26.1 destination: namespace: default server: 'https://kubernetes.default.svc'