Skip to content

Commit 5e23273

Browse files
committed
rename: mcad- to e2e-
1 parent 6913c33 commit 5e23273

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cat <<EOF | kubectl apply -f -
2424
apiVersion: rbac.authorization.k8s.io/v1
2525
kind: ClusterRole
2626
metadata:
27-
name: mcad-controller-rayclusters
27+
name: e2e-controller-rayclusters
2828
rules:
2929
- apiGroups:
3030
- ray.io
@@ -46,15 +46,15 @@ cat <<EOF | kubectl apply -f -
4646
kind: ClusterRoleBinding
4747
apiVersion: rbac.authorization.k8s.io/v1
4848
metadata:
49-
name: mcad-controller-rayclusters
49+
name: e2e-controller-rayclusters
5050
subjects:
5151
- kind: ServiceAccount
5252
name: codeflare-operator-controller-manager
5353
namespace: openshift-operators
5454
roleRef:
5555
apiGroup: rbac.authorization.k8s.io
5656
kind: ClusterRole
57-
name: mcad-controller-rayclusters
57+
name: e2e-controller-rayclusters
5858
EOF
5959

6060
echo Creating Kueue ResourceFlavor and ClusterQueue

0 commit comments

Comments
 (0)