mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Fix examples e2e permission check
This commit is contained in:
parent
f21a0f03c3
commit
07e52481e9
@ -75,7 +75,7 @@ var _ = framework.KubeDescribe("[Feature:Example]", func() {
|
||||
|
||||
err := framework.WaitForAuthorizationUpdate(c.Authorization(),
|
||||
serviceaccount.MakeUsername(f.Namespace.Name, "default"),
|
||||
"", "create", schema.GroupResource{Resource: "pods"}, true)
|
||||
f.Namespace.Name, "create", schema.GroupResource{Resource: "pods"}, true)
|
||||
framework.ExpectNoError(err)
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user