Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit d2d8ef6

Browse files
committed
Fix typo
Signed-off-by: John Collier <John.J.Collier@ibm.com>
1 parent efbdc85 commit d2d8ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_documentations/mdt-che-installinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ kubectl apply -f https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0
4646
### Enabling privileged and root containers to run
4747
Codewind needs to run as privileged and as root because it builds container images. If your cluster is running OpenShift, run the following commands, where `<che namespace>` is the namespace into which you installed Che.
4848
1. To enable privileged containers, enter `oc adm policy add-scc-to-user privileged system:serviceaccount:<che namespace>:che-workspace`.
49-
2. To enable containers to run as root, enter `oc adm policy add-scc-to-group anyuid system:serviceaccount:<che namespace>:che-workspace`.
49+
2. To enable containers to run as root, enter `oc adm policy add-scc-to-user anyuid system:serviceaccount:<che namespace>:che-workspace`.
5050

5151
Next step: [Adding registries in Che](mdt-che-setupregistries.html)

0 commit comments

Comments
 (0)