dev-environment/k8s_config/dev/formance/kustomization.yaml

22 lines
533 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# - formance-demo.yaml
# - formance-crds.yaml
- formance-operator.yaml
- formance-settings.yaml
- formance-stack.yaml
- formance-ledger.yaml
- formance-payments.yaml
- formance-gateway.yaml
helmCharts:
# - name: bitnami/postgresql
- name: postgresql
# repo: https://charts.bitnami.com/bitnami
repo: oci://registry-1.docker.io/bitnamicharts
releaseName: postgresql
version: 16.3.4
valuesFile: postgresql-values.yaml