Skip to content

Commit 4a1f65b

Browse files
committed
minor
1 parent 5a9f20a commit 4a1f65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/node/kubelet_authz.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func runKubeletAuthzTest(ctx context.Context, f *framework.Framework, endpoint,
7777

7878
clusterRole, err := f.ClientSet.RbacV1().ClusterRoles().Create(ctx, &rbacv1.ClusterRole{
7979
ObjectMeta: metav1.ObjectMeta{
80-
GenerateName: crName + "-",
80+
Name: crName,
8181
},
8282
Rules: []rbacv1.PolicyRule{
8383
{

0 commit comments

Comments
 (0)