Skip to content

Commit 81ce31f

Browse files
authored
Merge pull request #96438 from smulje/smulje-1
admin to adm
2 parents 2d51652 + e1805c1 commit 81ce31f

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)