17 lines
352 B
YAML
17 lines
352 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: topolvm-system
|
|
resources:
|
|
- ./namespace.yaml
|
|
- ./helm-repository.yaml
|
|
- ./helm-release.yaml
|
|
- ./volume-snapshot-class.yaml
|
|
|
|
configurations:
|
|
- ../../common/name-reference/helm-release.yaml
|
|
|
|
configMapGenerator:
|
|
- name: topolvm-values
|
|
files:
|
|
- ./values.yaml
|