Skip to content

Commit aa8add4

Browse files
authored
Apply suggestions from code review
Update securityContext: set project-specific uid/gid, set readOnlyRootFilesystem=false
1 parent 21e8bb4 commit aa8add4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install/openshift.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ the following `securityContext` values in the Coder Helm chart:
3636
coder:
3737
securityContext:
3838
runAsNonRoot: true
39-
runAsUser: 1000
40-
runAsGroup: 1000
41-
readOnlyRootFilesystem: true
39+
runAsUser: <project-specific UID>
40+
runAsGroup: <project-specific GID>
41+
readOnlyRootFilesystem: false
4242
seccompProfile:
4343
type: RuntimeDefault
4444
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)