Skip to content

Commit

Permalink
rbac: fix typo in guide
Browse files Browse the repository at this point in the history
Problem: there is a typo in the example ClusterRoleBinding given
in the RBAC guide, so it cannot be used as provided.

Fix the typo.
  • Loading branch information
jameshcorbett authored and bdevcich committed Jun 17, 2024
1 parent 5ee1001 commit d3b2792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/rbac-for-users/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ subjects:
apiGroup: rbac.authorization.k8s.io
roleRef:
kind: ClusterRole
name: workload-manager
name: dws-workload-manager
apiGroup: rbac.authorization.k8s.io
```

Expand Down

0 comments on commit d3b2792

Please sign in to comment.