doc: fix helm doc of ceph-csi deployment

To make the doc better.

Signed-off-by: astraw99 <wangchengiscool@gmail.com>
This commit is contained in:
Cheng Wang 2023-08-07 22:40:33 +08:00 committed by mergify[bot]
parent e25ebb82d7
commit 874d0bcf4b
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ To install the Chart into your Kubernetes cluster
After installation succeeds, you can get a status of Chart After installation succeeds, you can get a status of Chart
```bash ```bash
helm status "ceph-csi-cephfs" helm status --namespace "ceph-csi-cephfs" "ceph-csi-cephfs"
``` ```
### Upgrade Chart ### Upgrade Chart

View File

@ -47,7 +47,7 @@ To install the Chart into your Kubernetes cluster
After installation succeeds, you can get a status of Chart After installation succeeds, you can get a status of Chart
```bash ```bash
helm status "ceph-csi-rbd" helm status --namespace "ceph-csi-rbd" "ceph-csi-rbd"
``` ```
### Upgrade Chart ### Upgrade Chart