Skip to content

Commit

Permalink
doc: block-storage.md: Add formatting to namespaces
Browse files Browse the repository at this point in the history
Add formatting to some namespace names and provisioner values in order
to make the
Storage-Configuration/Block-Storage-RBD/block-storage/provision-storage
section more legible.

Signed-off-by: Zac Dover <[email protected]>
  • Loading branch information
zdover23 committed Dec 4, 2024
1 parent ea39473 commit fb682e2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ reclaimPolicy: Delete
allowVolumeExpansion: true
```
If you've deployed the Rook operator in a namespace other than "rook-ceph",
change the prefix in the provisioner to match the namespace
you used. For example, if the Rook operator is running in the namespace "my-namespace" the
provisioner value should be "my-namespace.rbd.csi.ceph.com".
If you've deployed the Rook operator in a namespace other than `rook-ceph`,
change the prefix in the provisioner to match the namespace you used. For
example, if the Rook operator is running in the namespace `my-namespace` the
provisioner value should be `my-namespace.rbd.csi.ceph.com`.

Create the storage class.

Expand Down

0 comments on commit fb682e2

Please sign in to comment.