Skip to content

Commit b0297a3

Browse files
committed
chore: better role names
Signed-off-by: Bartosz Majsak <bartosz.majsak@gmail.com>
1 parent a3146e3 commit b0297a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tiers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ permissions and a `RoleBinding` to link that `Role` to the tier namespaces.
337337
apiVersion: rbac.authorization.k8s.io/v1
338338
kind: Role
339339
metadata:
340-
name: model-user
340+
name: model-post-access
341341
namespace: model-serving
342342
rules:
343343
- apiGroups: ["serving.kserve.io"]
@@ -347,7 +347,7 @@ rules:
347347
apiVersion: rbac.authorization.k8s.io/v1
348348
kind: RoleBinding
349349
metadata:
350-
name: model-user-tier-binding
350+
name: model-post-access-tier-binding
351351
namespace: model-serving
352352
subjects:
353353
- kind: Group
@@ -361,7 +361,7 @@ subjects:
361361
apiGroup: rbac.authorization.k8s.io
362362
roleRef:
363363
kind: Role
364-
name: model-user
364+
name: model-post-access
365365
apiGroup: rbac.authorization.k8s.io
366366
```
367367

0 commit comments

Comments
 (0)