Skip to content

Commit e1805c1

Browse files
authored
admin to adm
1 parent 9bc6fec commit e1805c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/storage-persistent-storage-pvc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ To log on with the necessary privileges:
136136
[source,terminal]
137137
----
138138
$ oc create clusterrole routes-view --verb=get,list --resource=routes
139-
$ oc admin policy add-cluster-role-to-user routes-view <user-name> <1>
140-
$ oc admin policy add-cluster-role-to-user cluster-monitoring-view <user-name> <1>
139+
$ oc adm policy add-cluster-role-to-user routes-view <user-name> <1>
140+
$ oc adm policy add-cluster-role-to-user cluster-monitoring-view <user-name> <1>
141141
----
142142
<1> The user's name.
143143

0 commit comments

Comments
 (0)