Fix examples e2e permission check

This commit is contained in:
Jordan Liggitt 2017-01-14 17:22:45 -05:00
parent f21a0f03c3
commit 07e52481e9
No known key found for this signature in database
GPG Key ID: 24E7ADF9A3B42012

View File

@ -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)
})