mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
e25ebb82d7
commit
874d0bcf4b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user