From 55ad4924b33038e2fb05c88e47082879d93a6bd3 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 22 Feb 2019 10:20:17 +0530 Subject: [PATCH] update readme to deploy cephfs in namespace Signed-off-by: Madhu Rajanna --- deploy/cephfs/helm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/cephfs/helm/README.md b/deploy/cephfs/helm/README.md index 3fa72d336..0e4a1f223 100644 --- a/deploy/cephfs/helm/README.md +++ b/deploy/cephfs/helm/README.md @@ -7,7 +7,7 @@ The ceph-csi-cephfs chart adds cephfs volume support to your cluster. To install the Chart into your Kubernetes cluster ```bash -helm install --name "ceph-csi-cephfs" ceph-csi/ceph-csi-cephfs +helm install --namespace "ceph-csi-cephfs" --name "ceph-csi-cephfs" ceph-csi/ceph-csi-cephfs ``` After installation succeeds, you can get a status of Chart @@ -19,5 +19,5 @@ helm status "ceph-csi-cephfs" If you want to delete your Chart, use this command ```bash -helm delete --purge "ceph-csi-cephfs" +helm delete --purge "ceph-csi-cephfs" ```