Skip to content

Commit

Permalink
Fix permission issue:
Browse files Browse the repository at this point in the history
The Role/ClusterRole resource needs to be the plural
to work properly.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Oct 16, 2024
1 parent e4ed032 commit a247e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinkerbell/tink/templates/tink-controller/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ rules:
- apiGroups:
- bmc.tinkerbell.org
resources:
- job
- job/status
- jobs
- jobs/status
verbs:
- create
- delete
Expand Down

0 comments on commit a247e90

Please sign in to comment.