mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Removes unnecessary SELinuxOptions from test case
The test "should run with the expected status" passes with and without the set SELinuxOptions, but removing it will ensure that the test will be able to run and pass on Windows nodes as well.
This commit is contained in:
parent
0ab29b4852
commit
d76108c595
@ -96,11 +96,6 @@ while true; do sleep 1; done
|
||||
Container: testContainer,
|
||||
RestartPolicy: testCase.RestartPolicy,
|
||||
Volumes: testVolumes,
|
||||
PodSecurityContext: &v1.PodSecurityContext{
|
||||
SELinuxOptions: &v1.SELinuxOptions{
|
||||
Level: "s0",
|
||||
},
|
||||
},
|
||||
}
|
||||
terminateContainer.Create()
|
||||
defer terminateContainer.Delete()
|
||||
|
Loading…
Reference in New Issue
Block a user