Skip to content

Commit d3b2792

Browse files
jameshcorbettbdevcich
authored andcommitted
rbac: fix typo in guide
Problem: there is a typo in the example ClusterRoleBinding given in the RBAC guide, so it cannot be used as provided. Fix the typo.
1 parent 5ee1001 commit d3b2792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/rbac-for-users/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ subjects:
147147
apiGroup: rbac.authorization.k8s.io
148148
roleRef:
149149
kind: ClusterRole
150-
name: workload-manager
150+
name: dws-workload-manager
151151
apiGroup: rbac.authorization.k8s.io
152152
```
153153

0 commit comments

Comments
 (0)