mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
Fix formatting in helm rbd readme
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
50091acd0c
commit
3ac5af6ce6
@ -4,7 +4,7 @@ The ceph-csi-rbd chart adds rbd volume support to your cluster.
|
|||||||
|
|
||||||
## Install Chart
|
## Install Chart
|
||||||
|
|
||||||
To install the Chart into your Kubernetes cluster :
|
To install the Chart into your Kubernetes cluster
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm install --namespace "ceph-csi-rbd" --name "ceph-csi-rbd" ceph-csi/ceph-csi-rbd
|
helm install --namespace "ceph-csi-rbd" --name "ceph-csi-rbd" ceph-csi/ceph-csi-rbd
|
||||||
@ -16,9 +16,8 @@ After installation succeeds, you can get a status of Chart
|
|||||||
helm status "ceph-csi-rbd"
|
helm status "ceph-csi-rbd"
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want to delete your Chart, use this command:
|
If you want to delete your Chart, use this command
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm delete --purge "ceph-csi-rbd"
|
helm delete --purge "ceph-csi-rbd"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user