From fb682e2e24970ecbf60c87f0dc77a0c8e522342d Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Wed, 4 Dec 2024 13:23:28 +0100 Subject: [PATCH] doc: block-storage.md: Add formatting to namespaces 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 --- .../Block-Storage-RBD/block-storage.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/Storage-Configuration/Block-Storage-RBD/block-storage.md b/Documentation/Storage-Configuration/Block-Storage-RBD/block-storage.md index 4e1ecfc5b3d8..21e3676ba3f9 100644 --- a/Documentation/Storage-Configuration/Block-Storage-RBD/block-storage.md +++ b/Documentation/Storage-Configuration/Block-Storage-RBD/block-storage.md @@ -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.