mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 09:05:26 +00:00
use privileged enforce level in host pid sharing testing
This commit is contained in:
parent
c290874532
commit
4e96009c15
@ -36,7 +36,7 @@ import (
|
|||||||
|
|
||||||
var _ = SIGDescribe("Security Context", func() {
|
var _ = SIGDescribe("Security Context", func() {
|
||||||
f := framework.NewDefaultFramework("security-context-test")
|
f := framework.NewDefaultFramework("security-context-test")
|
||||||
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline
|
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelPrivileged
|
||||||
var podClient *framework.PodClient
|
var podClient *framework.PodClient
|
||||||
ginkgo.BeforeEach(func() {
|
ginkgo.BeforeEach(func() {
|
||||||
podClient = f.PodClient()
|
podClient = f.PodClient()
|
||||||
|
Loading…
Reference in New Issue
Block a user