mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-28 03:47:34 +00:00
e2e tests: set all PSa labels instead of just enforcing
This commit is contained in:
@@ -74,7 +74,7 @@ type testRun struct {
|
||||
// http://kubernetes.io/docs/admin/garbage-collection/
|
||||
var _ = SIGDescribe("GarbageCollect [Serial][NodeFeature:GarbageCollect]", func() {
|
||||
f := framework.NewDefaultFramework("garbage-collect-test")
|
||||
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelPrivileged
|
||||
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
|
||||
containerNamePrefix := "gc-test-container-"
|
||||
podNamePrefix := "gc-test-pod-"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user