Install openebs

This commit is contained in:
2025-02-03 02:15:41 +01:00
parent 6ad825276d
commit 9fd55de2b5
4 changed files with 67 additions and 1 deletions

4
infra/openebs/Makefile Normal file
View File

@@ -0,0 +1,4 @@
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