Skip to content

Commit

Permalink
doc: Correct the ceph config path
Browse files Browse the repository at this point in the history
Fixes the ceph config file path and the file name
in the deploy-rbd doc.

Signed-off-by: karthik-us <ksubrahm@redhat.com>
  • Loading branch information
karthik-us committed May 30, 2023
1 parent 27dc4f0 commit c34cd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy-rbd.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ for more information.
**Deploy Ceph configuration ConfigMap for CSI pods:**

```bash
kubectl create -f ../example/ceph-config.yaml
kubectl create -f ../../../examples/ceph-conf.yaml
```

**Deploy CSI sidecar containers:**
Expand Down

0 comments on commit c34cd0e

Please sign in to comment.