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