We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552047f commit 204d656Copy full SHA for 204d656
docs/main/Solutioning/openebs-on-kubernetes-platforms/openshift.md
@@ -76,7 +76,10 @@ Refer to the [OpenEBS Installation Documentation](../../quickstart-guide/install
76
- **Helm Install Command**
77
78
```
79
-helm install openebs --namespace openebs openebs/openebs --create-namespace --set openebs-crds.csi.volumeSnapshots.enabled=false
+helm install openebs --namespace openebs openebs/openebs \
80
+ --create-namespace \
81
+ --set openebs-crds.csi.volumeSnapshots.enabled=false \
82
+ --set engines.local.zfs.enabled=false
83
84
85
:::info
0 commit comments