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

20 lines
316 B
YAML
Raw Normal View History

2025-04-13 19:25:58 +01:00
---
2025-04-06 01:04:30 +01:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
2025-04-06 18:21:43 +01:00
- app.yaml
2025-04-06 01:04:30 +01:00
- external-secrets.yaml
- main-db.yaml
- nas-db.yaml
helmCharts:
2025-04-06 01:06:49 +01:00
- name: pgadmin4
2025-04-06 01:04:30 +01:00
repo: https://helm.runix.net
version: 1.37.0
2025-04-06 01:06:49 +01:00
releaseName: pgmanager
2025-04-06 01:04:30 +01:00
valuesFile: values.yaml
includeCRDs: true