Unverified Commit 71cf45f3 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #70092 from bclau/remove-test-selinux-options

Removes unnecessary SELinuxOptions from test case
parents cd5f41ec d76108c5
...@@ -96,11 +96,6 @@ while true; do sleep 1; done ...@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment