From 3ac5af6ce6efd9900027a25172615a84db597941 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 21 Feb 2019 10:02:39 +0530 Subject: [PATCH] Fix formatting in helm rbd readme Signed-off-by: Madhu Rajanna --- deploy/rbd/helm/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deploy/rbd/helm/README.md b/deploy/rbd/helm/README.md index 42a55e55b..35ce742a0 100644 --- a/deploy/rbd/helm/README.md +++ b/deploy/rbd/helm/README.md @@ -4,7 +4,7 @@ The ceph-csi-rbd chart adds rbd volume support to your cluster. ## Install Chart -To install the Chart into your Kubernetes cluster : +To install the Chart into your Kubernetes cluster ```bash 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" ``` -If you want to delete your Chart, use this command: +If you want to delete your Chart, use this command ```bash helm delete --purge "ceph-csi-rbd" ``` -