Added nas DB
All checks were successful
Check with kubeconform / lint (push) Successful in 8s

This commit is contained in:
A B
2025-05-13 14:09:26 +00:00
parent c751dfde17
commit 797b4da72f
2 changed files with 149 additions and 1 deletions

View File

@ -6,7 +6,7 @@ resources:
- app.yaml
- external-secrets.yaml
- main-db.yaml
- nas-db.yaml
- nas.yaml
helmCharts:
@ -18,3 +18,9 @@ helmCharts:
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