Skip to content

Commit 3d0e046

Browse files
authored
Merge pull request #18758 from mihaelablendea/patch-273
Update deploy-openshift.md
2 parents 0a5562f + a8b4e0d commit 3d0e046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/big-data-cluster/deploy-openshift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This article outlines deployment steps that are specific to the OpenShift platfo
6868
4. Assign the custom SCC to the service accounts for users within the namespace where BDC is deployed:
6969

7070
```console
71-
oc adm policy add-scc-to-group bdc-scc system:serviceaccounts:<namespaceName>
71+
oc create rolebinding bdc-rbac --clusterrole=system:scc:bdc-scc --group=system:serviceaccounts:<namespace>
7272
```
7373

7474
5. Assign appropriate permission to the user deploying BDC. Do one of the following.

0 commit comments

Comments
 (0)