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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user