File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
charts/inferencepool/templates Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ subjects:
33
33
name : {{ include "gateway-api-inference-extension.name" . }}
34
34
namespace : {{ .Release.Namespace }}
35
35
roleRef :
36
+ apiGroup : rbac.authorization.k8s.io
36
37
kind : ClusterRole
37
38
name : {{ include "gateway-api-inference-extension.name" . }}
38
39
---
Original file line number Diff line number Diff line change @@ -117,5 +117,6 @@ subjects:
117
117
name : default
118
118
namespace : default
119
119
roleRef :
120
+ apiGroup : rbac.authorization.k8s.io
120
121
kind : ClusterRole
121
122
name : pod-read
Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ subjects:
92
92
name: inference-gateway-sa-metrics-reader
93
93
namespace: default
94
94
roleRef:
95
+ apiGroup: rbac.authorization.k8s.io
95
96
kind: ClusterRole
96
97
name: inference-gateway-metrics-reader
97
- apiGroup: rbac.authorization.k8s.io
98
98
---
99
99
apiVersion: v1
100
100
kind: Secret
Original file line number Diff line number Diff line change @@ -119,5 +119,6 @@ subjects:
119
119
name : default
120
120
namespace : $E2E_NS
121
121
roleRef :
122
+ apiGroup : rbac.authorization.k8s.io
122
123
kind : ClusterRole
123
124
name : pod-read
You canβt perform that action at this time.
0 commit comments