Skip to content

Commit abee5ff

Browse files
Merge pull request #14249 from ariordan-redhat/BZ1692022
Corrected asciidoc syntax
2 parents a41df51 + bb0be09 commit abee5ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/rbac-creating-local-role.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ $ oc create role <name> --verb=<verb> --resource=<resource> -n <project>
1717
----
1818
+
1919
In this command, specify:
20+
+
21+
--
2022
* `<name>`, the local role's name
2123
* `<verb>`, a comma-separated list of the verbs to apply to the role
2224
* `<resource>`, the resources that the role applies to
2325
* `<project>`, the project name
26+
--
2427
+
2528
For example, to create a local role that allows a user to view pods in the
2629
`blue` project, run the following command:

0 commit comments

Comments
 (0)