Skip to content

Commit 8df1212

Browse files
authored
apiserver: do not mount shared workspace to worker as read only (#1953)
Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>
1 parent 9053485 commit 8df1212

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

v2/apiserver/internal/api/kubernetes/substrate.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,6 @@ func (s *substrate) createWorkerPod(
926926
corev1.VolumeMount{
927927
Name: "workspace",
928928
MountPath: "/var/workspace",
929-
ReadOnly: true,
930929
},
931930
)
932931
}

0 commit comments

Comments
 (0)