File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cat <<EOF | kubectl apply -f -
24
24
apiVersion: rbac.authorization.k8s.io/v1
25
25
kind: ClusterRole
26
26
metadata:
27
- name: mcad -controller-rayclusters
27
+ name: e2e -controller-rayclusters
28
28
rules:
29
29
- apiGroups:
30
30
- ray.io
@@ -46,15 +46,15 @@ cat <<EOF | kubectl apply -f -
46
46
kind: ClusterRoleBinding
47
47
apiVersion: rbac.authorization.k8s.io/v1
48
48
metadata:
49
- name: mcad -controller-rayclusters
49
+ name: e2e -controller-rayclusters
50
50
subjects:
51
51
- kind: ServiceAccount
52
52
name: codeflare-operator-controller-manager
53
53
namespace: openshift-operators
54
54
roleRef:
55
55
apiGroup: rbac.authorization.k8s.io
56
56
kind: ClusterRole
57
- name: mcad -controller-rayclusters
57
+ name: e2e -controller-rayclusters
58
58
EOF
59
59
60
60
echo Creating Kueue ResourceFlavor and ClusterQueue
You can’t perform that action at this time.
0 commit comments