use privileged enforce level in host pid sharing testing

This commit is contained in:
Paco Xu 2022-03-29 15:37:54 +08:00
parent c290874532
commit 4e96009c15

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