Files
homelab/k8s/core/postgresql/kustomization.yaml

19 lines
319 B
YAML
Raw Normal View History

2025-04-06 01:04:30 +01:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- external-secrets.yaml
- main-db.yaml
- nas-db.yaml
helmCharts:
- name: pgmanager
repo: https://helm.runix.net
version: 1.37.0
releaseName: pgadmin4
namespace: psql
valuesFile: values.yaml
includeCRDs: true