21 lines
466 B
YAML
21 lines
466 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
helmCharts:
|
|
- name: nextcloud
|
|
repo: https://nextcloud.github.io/helm/
|
|
version: 8.5.2
|
|
releaseName: nextcloud
|
|
includeCRDs: true
|
|
namespace: nextcloud
|
|
valuesFile: values.yaml
|
|
|
|
- name: cluster
|
|
repo: https://cloudnative-pg.github.io/charts
|
|
version: 0.3.1
|
|
releaseName: cnpg-nextcloud
|
|
includeCRDs: true
|
|
namespace: nextcloud
|
|
valuesFile: values-cnpg.yaml
|