2025-12-08 13:26:36 +01:00
|
|
|
---
|
|
|
|
|
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
|
2026-02-10 00:04:51 +00:00
|
|
|
version: 0.27.1
|
2025-12-08 13:26:36 +01:00
|
|
|
valuesFile: values.yaml
|