Skip to content

Commit a8b4e0d

Browse files
Update deploy-openshift.md
1 parent 28d5173 commit a8b4e0d

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)