File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ permissions and a `RoleBinding` to link that `Role` to the tier namespaces.
337337apiVersion: rbac.authorization.k8s.io/v1
338338kind: Role
339339metadata:
340- name: model-user
340+ name: model-post-access
341341 namespace: model-serving
342342rules:
343343 - apiGroups: ["serving.kserve.io"]
@@ -347,7 +347,7 @@ rules:
347347apiVersion: rbac.authorization.k8s.io/v1
348348kind: RoleBinding
349349metadata:
350- name: model-user -tier-binding
350+ name: model-post-access -tier-binding
351351 namespace: model-serving
352352subjects:
353353 - kind: Group
@@ -361,7 +361,7 @@ subjects:
361361 apiGroup: rbac.authorization.k8s.io
362362roleRef:
363363 kind: Role
364- name: model-user
364+ name: model-post-access
365365 apiGroup: rbac.authorization.k8s.io
366366` ` `
367367
You can’t perform that action at this time.
0 commit comments