18 lines
370 B
YAML
18 lines
370 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: cnpg-system
|
|
|
|
helmGlobals:
|
|
chartHome: .helm/charts
|
|
|
|
helmCharts:
|
|
- name: cloudnative-pg
|
|
repo: https://cloudnative-pg.github.io/charts
|
|
version: 0.29.0
|
|
releaseName: cloudnative-pg
|
|
namespace: cnpg-system
|
|
valuesFile: values/home.yaml
|
|
includeCRDs: true
|
|
skipTests: true
|