Skip to content

Commit

Permalink
apiserver: do not mount shared workspace to worker as read only (#1953)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <[email protected]>
  • Loading branch information
krancour committed May 11, 2022
1 parent 9053485 commit 8df1212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v2/apiserver/internal/api/kubernetes/substrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,6 @@ func (s *substrate) createWorkerPod(
corev1.VolumeMount{
Name: "workspace",
MountPath: "/var/workspace",
ReadOnly: true,
},
)
}
Expand Down

0 comments on commit 8df1212

Please sign in to comment.