Skip to content

Commit

Permalink
docs(microk8s/kubeletDir): fix helm command
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Nov 28, 2023
1 parent 717bb76 commit 91ff460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform-support/microk8s-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To install Mayastor using Helm on MicroK8s, execute the following command:
{% tabs %}
{% tab title="Command" %}
```text
helm install mayastor mayastor/mayastor -n mayastor --create-namespace --set values.csi.node.kubeletDir="/var/snap/microk8s/common/var/lib/kubelet
helm install mayastor mayastor/mayastor -n mayastor --create-namespace --set csi.node.kubeletDir="/var/snap/microk8s/common/var/lib/kubelet"
```
{% endtab %}

Expand Down Expand Up @@ -55,4 +55,4 @@ microk8s kubectl patch felixconfigurations default --patch '{"spec":{"featureDet
{% hint style="info" %}
For further **configuration of Mayastor** including storage pools, storage class, persistent volume claims, and application setup, refer to the [offical documentation](https://mayastor.gitbook.io/introduction/quickstart/configure-mayastor).
{% endhint %}
{% endhint %}

0 comments on commit 91ff460

Please sign in to comment.