From 874d0bcf4bff87669d28813fa9416245d841f143 Mon Sep 17 00:00:00 2001 From: Cheng Wang Date: Mon, 7 Aug 2023 22:40:33 +0800 Subject: [PATCH] doc: fix helm doc of ceph-csi deployment To make the doc better. Signed-off-by: astraw99 --- charts/ceph-csi-cephfs/README.md | 2 +- charts/ceph-csi-rbd/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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