Skip to content

Commit c73c428

Browse files
committed
chore: added proper inference-extension- prefix for demostration manifests
1 parent 9ac2a4d commit c73c428

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/manifests/inferencepool-resources.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ spec:
9595
apiVersion: v1
9696
kind: ConfigMap
9797
metadata:
98-
name: plugins-config
98+
name: inference-extension-plugins-config
9999
namespace: default
100100
data:
101101
default-plugins.yaml: |
@@ -177,7 +177,7 @@ data:
177177
kind: ClusterRole
178178
apiVersion: rbac.authorization.k8s.io/v1
179179
metadata:
180-
name: pod-read
180+
name: inference-extension-read-clusterrole
181181
rules:
182182
- apiGroups: ["inference.networking.x-k8s.io"]
183183
resources: ["inferencepools"]
@@ -200,11 +200,11 @@ rules:
200200
- subjectaccessreviews
201201
verbs:
202202
- create
203-
---
203+
---
204204
kind: ClusterRoleBinding
205205
apiVersion: rbac.authorization.k8s.io/v1
206206
metadata:
207-
name: pod-read-binding
207+
name: inference-extension-read-clusterrole-binding
208208
subjects:
209209
- kind: ServiceAccount
210210
name: default

0 commit comments

Comments
 (0)