Skip to content

Commit

Permalink
doc: fix helm doc of ceph-csi deployment
Browse files Browse the repository at this point in the history
To make the doc better.

Signed-off-by: astraw99 <[email protected]>
  • Loading branch information
astraw99 authored and mergify[bot] committed Aug 8, 2023
1 parent e25ebb8 commit 874d0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ceph-csi-cephfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/ceph-csi-rbd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 874d0bc

Please sign in to comment.