Skip to content

Commit

Permalink
fix(typo): etcd storageClass (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro authored Aug 11, 2023
1 parent e5b135b commit 94d0043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/deploy-mayastor.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The steps and commands which follow are intended only for use in conjunction wit
{% hint style="info" %}
Installing Mayastor via the Helm chart sets the StorageClass as 'default' for Loki and etcd StatefulSets. This will work in clusters which have a StorageClass named 'default'. If there is no 'default' StorageClass in the cluster, storage provisioning will fail for Loki and etcd. In such cases, one can change the StorageClass to 'manual' which will provision a PersistentVolume of type hostPath. To do this, make the following changes in the `values.yaml` file:
- loki-stack.persistence.storageClassName: manual
- etcd.persistence.storageClassName: manual
- etcd.persistence.storageClass: manual
{% endhint %}

1. Add the OpenEBS Mayastor Helm repository.
Expand Down

0 comments on commit 94d0043

Please sign in to comment.