apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: postgres namespace: argocd spec: project: default source: repoURL: "https://charts.bitnami.com/bitnami" chart: "postgresql" targetRevision: "16.0.0" helm: valueFiles: - values.yaml destination: server: "https://kubernetes.default.svc" namespace: postgres