We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a5562f + a8b4e0d commit 3d0e046Copy full SHA for 3d0e046
1 file changed
docs/big-data-cluster/deploy-openshift.md
@@ -68,7 +68,7 @@ This article outlines deployment steps that are specific to the OpenShift platfo
68
4. Assign the custom SCC to the service accounts for users within the namespace where BDC is deployed:
69
70
```console
71
- oc adm policy add-scc-to-group bdc-scc system:serviceaccounts:<namespaceName>
+ oc create rolebinding bdc-rbac --clusterrole=system:scc:bdc-scc --group=system:serviceaccounts:<namespace>
72
```
73
74
5. Assign appropriate permission to the user deploying BDC. Do one of the following.
0 commit comments