Skip to content

Commit 15c862f

Browse files
authored
fix: set Coder read-only fs to null (#6207)
* fix: set Coder read-only fs to null * chore: readme fixes * chore: readme fixes v2
1 parent 80bde1e commit 15c862f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

helm/values.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,15 @@ coder:
5858
# runs as an unprivileged user. If setting runAsUser to 0 (root), this
5959
# will need to be set to false.
6060
runAsNonRoot: true
61-
# coder.securityContext.runAsUser -- Sets the user id of the pod.
61+
# coder.securityContext.runAsUser -- Sets the user id of the container.
6262
# For security reasons, we recommend using a non-root user.
6363
runAsUser: 1000
64-
# coder.securityContext.runAsGroup -- Sets the group id of the pod.
64+
# coder.securityContext.runAsGroup -- Sets the group id of the container.
6565
# For security reasons, we recommend using a non-root group.
6666
runAsGroup: 1000
6767
# 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
7170
# coder.securityContext.seccompProfile -- Sets the seccomp profile for
7271
# the coder container.
7372
seccompProfile:

0 commit comments

Comments
 (0)