8 lines
264 B
Makefile
8 lines
264 B
Makefile
install:
|
|
helm repo add openebs https://openebs.github.io/openebs
|
|
helm repo update openebs
|
|
helm upgrade -i -n openebs --create-namespace openebs openebs/openebs -f values.yml
|
|
|
|
kubectl apply -f diskpools/zoma-dibaiyin-hdd.yml
|
|
kubectl apply -f single-hdd-sc.yml
|