mirror of
https://github.com/zoriya/snow.git
synced 2026-08-08 07:19:19 +00:00
15 lines
270 B
YAML
15 lines
270 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
helmCharts:
|
|
- repo: https://openebs.github.io/openebs
|
|
name: openebs
|
|
namespace: openebs
|
|
releaseName: openebs
|
|
version: 4.3.3
|
|
valuesFile: values.yaml
|
|
|
|
resources:
|
|
- storage-class.yaml
|
|
- volumes.yaml
|