mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #70092 from bclau/remove-test-selinux-options
Removes unnecessary SELinuxOptions from test case
This commit is contained in:
commit
71cf45f35c
@ -96,11 +96,6 @@ while true; do sleep 1; done
|
|||||||
Container: testContainer,
|
Container: testContainer,
|
||||||
RestartPolicy: testCase.RestartPolicy,
|
RestartPolicy: testCase.RestartPolicy,
|
||||||
Volumes: testVolumes,
|
Volumes: testVolumes,
|
||||||
PodSecurityContext: &v1.PodSecurityContext{
|
|
||||||
SELinuxOptions: &v1.SELinuxOptions{
|
|
||||||
Level: "s0",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
terminateContainer.Create()
|
terminateContainer.Create()
|
||||||
defer terminateContainer.Delete()
|
defer terminateContainer.Delete()
|
||||||
|
Loading…
Reference in New Issue
Block a user