Files
homelab/k8s/core/postgresql/kustomization.yaml
2025-05-13 14:10:03 +00:00

27 lines
501 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
- external-secrets.yaml
- main-db.yaml
- nas.yaml
helmCharts:
- name: pgadmin4
repo: https://helm.runix.net
version: 1.37.0
releaseName: pgmanager
namespace: psql
valuesFile: pgadmin4-values.yaml
includeCRDs: true
- name: cloudnative-pg
repo: https://cloudnative-pg.github.io/charts
version: 0.23.2
releaseName: cnpg
namespace: psql
includeCRDs: true