17 lines
568 B
YAML
17 lines
568 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
# - namespace.yaml
|
|
- https://openebs.github.io/charts/openebs-operator.yaml
|
|
#- https://openebs.github.io/charts/hostpath-operator.yaml
|
|
#- https://openebs.github.io/charts/jiva-operator.yaml
|
|
- ./volume-policy.yaml
|
|
#- ./storage-class.yaml
|
|
# - https://openebs.github.io/charts/cstor-operator.yaml
|
|
# - https://openebs.github.io/charts/zfs-operator.yaml
|
|
# - https://openebs.github.io/charts/lvm-operator.yaml
|
|
# patchesStrategicMerge:
|
|
# - ./daemonset.yaml
|
|
#- ./config.yaml
|