#200 Fix e2e
This commit is contained in:
parent
f9335df74c
commit
4d1d23cf6c
|
|
@ -148,7 +148,7 @@ func createJenkinsCR(t *testing.T, name, namespace string, seedJob *[]v1alpha2.S
|
||||||
Roles: []rbacv1.RoleRef{
|
Roles: []rbacv1.RoleRef{
|
||||||
{
|
{
|
||||||
APIGroup: "rbac.authorization.k8s.io",
|
APIGroup: "rbac.authorization.k8s.io",
|
||||||
Kind: "Role",
|
Kind: "ClusterRole",
|
||||||
Name: "view",
|
Name: "view",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue