Skip to content

Commit 35cda25

Browse files
committed
fix: set Coder read-only fs to null
1 parent 860e282 commit 35cda25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ coder:
6767
# coder.securityContext.readOnlyRootFilesystem -- Mounts the container's
6868
# root filesystem as read-only. It is recommended to leave this setting
6969
# enabled in production. This will override the same setting in the pod
70-
readOnlyRootFilesystem: true
70+
readOnlyRootFilesystem: null
7171
# coder.securityContext.seccompProfile -- Sets the seccomp profile for
7272
# the coder container.
7373
seccompProfile:

0 commit comments

Comments
 (0)