diff --git a/test/e2e/jenkins.go b/test/e2e/jenkins.go index a462b4de..594699c3 100644 --- a/test/e2e/jenkins.go +++ b/test/e2e/jenkins.go @@ -148,7 +148,7 @@ func createJenkinsCR(t *testing.T, name, namespace string, seedJob *[]v1alpha2.S Roles: []rbacv1.RoleRef{ { APIGroup: "rbac.authorization.k8s.io", - Kind: "Role", + Kind: "ClusterRole", Name: "view", }, },