Merge pull request #109097 from pacoxu/fix-sig-node-failures

remove baseline pod security in host pid sharing testing
This commit is contained in:
Kubernetes Prow Robot 2022-03-29 20:36:37 -07:00 committed by GitHub
commit 9e65ee3908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ import (
var _ = SIGDescribe("Security Context", func() {
f := framework.NewDefaultFramework("security-context-test")
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelPrivileged
var podClient *framework.PodClient
ginkgo.BeforeEach(func() {
podClient = f.PodClient()