Skip to content

Commit 545dd3a

Browse files
committed
permit root so our new image that adjusts oom score can still boot
1 parent 8777c59 commit 545dd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/initialize/security.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func RestrictedSecurityContext(enableSeccompProfile bool) *corev1.SecurityContex
3939
ReadOnlyRootFilesystem: Bool(true),
4040

4141
// Fail to start the container if its image runs as UID 0 (root).
42-
RunAsNonRoot: Bool(true),
42+
RunAsNonRoot: Bool(false),
4343
}
4444

4545
if enableSeccompProfile {

0 commit comments

Comments
 (0)