Skip to content

Commit fc93367

Browse files
authored
Merge pull request #56523 from xenolinux/dynamic-storage
OCPBUGS#3806: change the command
2 parents 8738c8e + 64f55ff commit fc93367

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

modules/dynamic-provisioning-azure-file-definition.adoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,7 @@ rules:
3434
+
3535
[source,terminal]
3636
----
37-
$ oc adm policy add-cluster-role-to-user <persistent-volume-binder-role>
38-
----
39-
+
40-
.Example output
41-
[source,terminal]
42-
----
43-
system:serviceaccount:kube-system:persistent-volume-binder
37+
$ oc adm policy add-cluster-role-to-user <persistent-volume-binder-role> system:serviceaccount:kube-system:persistent-volume-binder
4438
----
4539

4640
. Create the Azure File `StorageClass` object:

0 commit comments

Comments
 (0)