Skip to content

Commit

Permalink
Fix the scc policy description in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VyacheslavSemin committed Jan 26, 2024
1 parent 6c99ba1 commit 97a8e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 97a8e35

Please sign in to comment.