Skip to content

Commit 9325c3e

Browse files
committed
Replace cluster.ray.io apiGroup with ray.io
1 parent 90a23ec commit 9325c3e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

setup.RHOAI-v2.10/mlbatch-edit-role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rules:
5858
- update
5959
- watch
6060
- apiGroups:
61-
- cluster.ray.io
61+
- ray.io
6262
resources:
6363
- rayjobs
6464
- rayclusters

setup.RHOAI-v2.11/mlbatch-edit-role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rules:
5858
- update
5959
- watch
6060
- apiGroups:
61-
- cluster.ray.io
61+
- ray.io
6262
resources:
6363
- rayjobs
6464
- rayclusters

setup.RHOAI-v2.13/mlbatch-edit-role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rules:
5858
- update
5959
- watch
6060
- apiGroups:
61-
- cluster.ray.io
61+
- ray.io
6262
resources:
6363
- rayjobs
6464
- rayclusters

setup.RHOAI-v2.14/mlbatch-edit-role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rules:
5858
- update
5959
- watch
6060
- apiGroups:
61-
- cluster.ray.io
61+
- ray.io
6262
resources:
6363
- rayjobs
6464
- rayclusters

setup.k8s-v1.27/mlbatch-edit-role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rules:
5858
- update
5959
- watch
6060
- apiGroups:
61-
- cluster.ray.io
61+
- ray.io
6262
resources:
6363
- rayjobs
6464
- rayclusters

setup.k8s-v1.30/admission-policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
apiVersions: ["v1"]
1515
operations: ["CREATE", "UPDATE"]
1616
resources: ["pytorchjobs"]
17-
- apiGroups: ["cluster.ray.io"]
17+
- apiGroups: ["ray.io"]
1818
apiVersions: ["v1"]
1919
operations: ["CREATE", "UPDATE"]
2020
resources: ["rayjobs","rayclusters"]

setup.k8s-v1.30/mlbatch-edit-role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rules:
5858
- update
5959
- watch
6060
- apiGroups:
61-
- cluster.ray.io
61+
- ray.io
6262
resources:
6363
- rayjobs
6464
- rayclusters

0 commit comments

Comments
 (0)