Fix formatting in helm rbd readme

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2019-02-21 10:02:39 +05:30
parent 50091acd0c
commit 3ac5af6ce6

View File

@ -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"
``` ```