diff --git a/charts/ceph-csi-cephfs/README.md b/charts/ceph-csi-cephfs/README.md index 9d6fcfc17..6175941cc 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 diff --git a/charts/ceph-csi-rbd/README.md b/charts/ceph-csi-rbd/README.md index 5ba057f6c..778adbcaf 100644 --- a/charts/ceph-csi-rbd/README.md +++ b/charts/ceph-csi-rbd/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-rbd" +helm status --namespace "ceph-csi-rbd" "ceph-csi-rbd" ``` ### Upgrade Chart