Files
homelab/k8s/core/postgresql/kustomization.yaml
T
ab 968e633bf8
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 7s
Update k8s/core/postgresql/kustomization.yaml
2026-06-14 13:06:29 +00:00

28 lines
517 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
- external-secrets.yaml
- main-db.yaml
- nas.yaml
- nas-db.yaml
helmCharts:
- name: pgadmin4
repo: https://helm.runix.net
version: 1.64.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