From 4bff66fb7ccbcc9d01cb15723ec862d6a7c552c7 Mon Sep 17 00:00:00 2001 From: Cheng Wang Date: Mon, 7 Aug 2023 22:40:33 +0800 Subject: [PATCH] Update helm doc of ceph-csi deployment To make the doc better. --- charts/ceph-csi-cephfs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ceph-csi-cephfs/README.md b/charts/ceph-csi-cephfs/README.md index 9d6fcfc17dc8..6175941cc046 100644 --- a/charts/ceph-csi-cephfs/README.md +++ b/charts/ceph-csi-cephfs/README.md @@ -47,7 +47,7 @@ To install the Chart into your Kubernetes cluster After installation succeeds, you can get a status of Chart ```bash -helm status "ceph-csi-cephfs" +helm status --namespace "ceph-csi-cephfs" "ceph-csi-cephfs" ``` ### Upgrade Chart