File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,15 @@ coder:
58
58
# runs as an unprivileged user. If setting runAsUser to 0 (root), this
59
59
# will need to be set to false.
60
60
runAsNonRoot : true
61
- # coder.securityContext.runAsUser -- Sets the user id of the pod .
61
+ # coder.securityContext.runAsUser -- Sets the user id of the container .
62
62
# For security reasons, we recommend using a non-root user.
63
63
runAsUser : 1000
64
- # coder.securityContext.runAsGroup -- Sets the group id of the pod .
64
+ # coder.securityContext.runAsGroup -- Sets the group id of the container .
65
65
# For security reasons, we recommend using a non-root group.
66
66
runAsGroup : 1000
67
67
# coder.securityContext.readOnlyRootFilesystem -- Mounts the container's
68
- # root filesystem as read-only. It is recommended to leave this setting
69
- # enabled in production. This will override the same setting in the pod
70
- readOnlyRootFilesystem : true
68
+ # root filesystem as read-only.
69
+ readOnlyRootFilesystem : null
71
70
# coder.securityContext.seccompProfile -- Sets the seccomp profile for
72
71
# the coder container.
73
72
seccompProfile :
You can’t perform that action at this time.
0 commit comments