1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Corrected asciidoc syntax

This commit is contained in:
Aine Riordan
2019-03-27 17:10:25 +00:00
parent d943835d68
commit bb0be094f2

View File

@@ -17,10 +17,13 @@ $ oc create role <name> --verb=<verb> --resource=<resource> -n <project>
----
+
In this command, specify:
+
--
* `<name>`, the local role's name
* `<verb>`, a comma-separated list of the verbs to apply to the role
* `<resource>`, the resources that the role applies to
* `<project>`, 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: