flux-infra/infra/topolvm/kustomization.yaml

14 lines
285 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
configMapGenerator:
- name: topolvm-values
files:
- ./values.yaml