cleanup: remove the use of text in markdown

We do not have `text` in the new section of the MarkDown Rules. Hence
dropping them.

Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
Prasanna Kumar Kalever
2020-11-11 12:57:40 +05:30
committed by mergify[bot]
parent 8475a3b97e
commit 817edfd1c7
2 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ We have provisioner, controller expand and node stage secrets in storage class.
For the provisioner and controller expand stage secret in storageclass, the
user needs to have the below mentioned ceph capabilities.
```text
```
"mon", "profile rbd",
"mgr", "allow rw",
"osd", "profile rbd"
@ -23,7 +23,7 @@ user needs to have the below mentioned ceph capabilities.
And for the node stage secret in storageclass, the user needs to have the
below mentioned ceph capabilities.
```text
```
"mon", "profile rbd",
"osd", "profile rbd",
"mgr", "allow rw"
@ -34,7 +34,7 @@ below mentioned ceph capabilities.
Similarly in CephFS, for the provisioner and controller expand stage secret in
storageclass, the user needs to have the below mentioned ceph capabilities.
```text
```
"mon", "allow r",
"mgr", "allow rw",
"osd", "allow rw tag cephfs metadata=*"
@ -43,7 +43,7 @@ storageclass, the user needs to have the below mentioned ceph capabilities.
And for node stage secret in storageclass, the user needs to have
the below mentioned ceph capabilities.
```text
```
"mon", "allow r",
"mgr", "allow rw",
"osd", "allow rw tag cephfs *=*",