Skip to content

Commit

Permalink
Merge pull request #131 from jacobweinstock/fix-tink-controll-role
Browse files Browse the repository at this point in the history
Fix permission issue:

## Description

<!--- Please describe what this PR is going to change -->
The Role/ClusterRole resource needs to be the plural to work properly.

## Why is this needed

<!--- Link to issue you have raised -->

Fixes: #

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->


## How are existing users impacted? What migration steps/scripts do we need?

<!--- Fixes a bug, unblocks installation, removes a component of the stack etc -->
<!--- Requires a DB migration script, etc. -->


## Checklist:

I have:

- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
  • Loading branch information
jacobweinstock authored Oct 16, 2024
2 parents e4ed032 + a247e90 commit 250a50f
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 250a50f

Please sign in to comment.