13 lines
248 B
YAML
13 lines
248 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: cnpg
|
|
|
|
helmCharts:
|
|
- name: cloudnative-pg
|
|
repo: https://cloudnative-pg.github.io/charts
|
|
version: 0.27.1
|
|
releaseName: cnpg
|
|
namespace: cnpg-system
|