Skip to content

Commit ea66dd2

Browse files
authored
[Fix] Missing property "apiGroup" error (#1015)
* fix: πŸ› Missing property "apiGroup" error * fix: πŸ› Delete the duplicate apiGroup
1 parent 8394ebe commit ea66dd2

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

β€Žconfig/charts/inferencepool/templates/rbac.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ subjects:
3333
name: {{ include "gateway-api-inference-extension.name" . }}
3434
namespace: {{ .Release.Namespace }}
3535
roleRef:
36+
apiGroup: rbac.authorization.k8s.io
3637
kind: ClusterRole
3738
name: {{ include "gateway-api-inference-extension.name" . }}
3839
---

β€Žconfig/manifests/inferencepool-resources.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,6 @@ subjects:
117117
name: default
118118
namespace: default
119119
roleRef:
120+
apiGroup: rbac.authorization.k8s.io
120121
kind: ClusterRole
121122
name: pod-read

β€Žsite-src/guides/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ subjects:
9292
name: inference-gateway-sa-metrics-reader
9393
namespace: default
9494
roleRef:
95+
apiGroup: rbac.authorization.k8s.io
9596
kind: ClusterRole
9697
name: inference-gateway-metrics-reader
97-
apiGroup: rbac.authorization.k8s.io
9898
---
9999
apiVersion: v1
100100
kind: Secret

β€Žtest/testdata/inferencepool-e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,6 @@ subjects:
119119
name: default
120120
namespace: $E2E_NS
121121
roleRef:
122+
apiGroup: rbac.authorization.k8s.io
122123
kind: ClusterRole
123124
name: pod-read

0 commit comments

Comments
Β (0)