Skip to content

Commit 92619ae

Browse files
authored
fix: make env-dev-kind fails after sync with IGW 1.0.0-rc-3 (#331)
* Update RBAC for latest IGW Signed-off-by: Shmuel Kallner <[email protected]> * No longer create an InferenceModel object Signed-off-by: Shmuel Kallner <[email protected]> --------- Signed-off-by: Shmuel Kallner <[email protected]>
1 parent a27100d commit 92619ae

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

deploy/components/inference-gateway/inference-models.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

deploy/components/inference-gateway/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ resources:
1414
- service-accounts.yaml
1515
- rbac.yaml
1616
- inference-pools.yaml
17-
- inference-models.yaml
1817
- services.yaml
1918
- deployments.yaml
2019
- gateways.yaml

deploy/components/inference-gateway/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rules:
77
- "inference.networking.x-k8s.io"
88
resources:
99
- "inferencepools"
10-
- "inferencemodels"
10+
- "inferenceobjectives"
1111
verbs:
1212
- "get"
1313
- "watch"

0 commit comments

Comments
 (0)