Skip to content

Commit c45cf82

Browse files
committed
KEP-3619: delete comments
1 parent 64a7db2 commit c45cf82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: pkg/validate/security_context_linux.go

-2
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,6 @@ var _ = framework.KubeDescribe("Security Context", func() {
616616
SecurityContext: &runtimeapi.LinuxContainerSecurityContext{
617617
RunAsUser: &runtimeapi.Int64Value{Value: imagePredefinedGroupUID},
618618
SupplementalGroups: []int64{supplementalGroup},
619-
// SupplementalGroupsPolicy_Merge is default(0)
620-
// SupplementalGroupsPolicy: runtimeapi.SupplementalGroupsPolicy_Merge,
621619
},
622620
},
623621
LogPath: logPath,

0 commit comments

Comments
 (0)