From bb0be094f2439df62abbe4515e96fdc01ec6f4be Mon Sep 17 00:00:00 2001 From: Aine Riordan Date: Wed, 27 Mar 2019 17:10:25 +0000 Subject: [PATCH] Corrected asciidoc syntax --- modules/rbac-creating-local-role.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/rbac-creating-local-role.adoc b/modules/rbac-creating-local-role.adoc index 0ab53851d6..b58a488069 100644 --- a/modules/rbac-creating-local-role.adoc +++ b/modules/rbac-creating-local-role.adoc @@ -17,10 +17,13 @@ $ oc create role --verb= --resource= -n ---- + In this command, specify: ++ +-- * ``, the local role's name * ``, a comma-separated list of the verbs to apply to the role * ``, the resources that the role applies to * ``, the project name +-- + For example, to create a local role that allows a user to view pods in the `blue` project, run the following command: