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

Removes unnecessary SELinuxOptions from test case
This commit is contained in:
Kubernetes Prow Robot 2018-12-06 22:49:59 -08:00 committed by GitHub
commit 71cf45f35c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()