helmfile.yaml 337 Bytes
bases:
  - ../common/environments.yaml

repositories:
  - name: postgres-operator-charts
    url: https://opensource.zalando.com/postgres-operator/charts/postgres-operator

---

releases:
  - name: postgres-operator
    namespace: {{ .Values.namespace }}
    chart: postgres-operator-charts/postgres-operator
    disableValidation: true