Skip to content

Commit

Permalink
docs: fix command to disable installation of mayastor (#423)
Browse files Browse the repository at this point in the history
Signed-off-by: Vishnu Attur <[email protected]>
  • Loading branch information
avishnu authored Apr 16, 2024
1 parent 9f82703 commit f82d592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/main/quickstart-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The above commands will install OpenEBS Local PV Hostpath, OpenEBS Local PV LVM,
If you do not want to install OpenEBS Replicated Storage, use the following command:

```
helm install openebs --namespace openebs openebs/openebs --set mayastor.enabled=false --create-namespace
helm install openebs --namespace openebs openebs/openebs --set engines.replicated.mayastor.enabled=false --create-namespace
```

3. To view the chart and get the output, use the following commands:
Expand Down Expand Up @@ -196,4 +196,4 @@ You can follow through the below user guides for each of the engines to use stor
- [Deployment](../quickstart-guide/deploy-a-test-application.md)
- [OpenEBS Architecture](../concepts/architecture.md)
- [OpenEBS Use Cases and Examples](../introduction-to-openebs/use-cases-and-examples.mdx)
- [Troubleshooting](../troubleshooting/)
- [Troubleshooting](../troubleshooting/)
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The above commands will install OpenEBS Local PV Hostpath, OpenEBS Local PV LVM,
If you do not want to install OpenEBS Replicated Storage, use the following command:

```
helm install openebs --namespace openebs openebs/openebs --set mayastor.enabled=false --create-namespace
helm install openebs --namespace openebs openebs/openebs --set engines.replicated.mayastor.enabled=false --create-namespace
```

3. To view the chart and get the output, use the following commands:
Expand Down Expand Up @@ -196,4 +196,4 @@ You can follow through the below user guides for each of the engines to use stor
- [Deployment](../quickstart-guide/deploy-a-test-application.md)
- [OpenEBS Architecture](../concepts/architecture.md)
- [OpenEBS Use Cases and Examples](../introduction-to-openebs/use-cases-and-examples.mdx)
- [Troubleshooting](../troubleshooting/)
- [Troubleshooting](../troubleshooting/)

0 comments on commit f82d592

Please sign in to comment.