feat: Set up cloudnative-pg

This commit is contained in:
Peter 2025-12-08 13:26:36 +01:00
parent dae048029c
commit 49e16cba00
3 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,15 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cnpg-system
resources:
- namespace.yaml
helmCharts:
- name: cloudnative-pg
repo: https://cloudnative-pg.github.io/charts
namespace: cnpg-system
releaseName: cloudnative-pg
version: 0.26.1
valuesFile: values.yaml