diff --git a/README.md b/README.md index 45fb854e6..46885e53a 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ This repository contains a set of files to deploy ONLYOFFICE Docs into a Kuberne ## Deploy prerequisites -Note: It may be required to apply `SecurityContextConstraints` policy when installing into OpenShift cluster as it adds permission to run containers by user with `ID = 1001`. +Note: It may be required to apply `SecurityContextConstraints` policy when installing into OpenShift cluster, which adds permission to run containers from a user whose `ID = 1001`. To do this, run the following commands: ``` @@ -286,7 +286,7 @@ and then run the `helm upgrade documentserver onlyoffice/docs --set extraThemes. ## Deploy ONLYOFFICE Docs -Note: It may be required to apply `SecurityContextConstraints` policy when installing into OpenShift cluster as it adds permission to run containers by user with `ID = 101`. +Note: It may be required to apply `SecurityContextConstraints` policy when installing into OpenShift cluster, which adds permission to run containers from a user whose `ID = 101`. To do this, run the following commands: