Skip to content

Commit

Permalink
Merge pull request #458 from DharmitD/perms-add
Browse files Browse the repository at this point in the history
Adding back run and task related permissions
  • Loading branch information
openshift-merge-bot[bot] authored Nov 14, 2023
2 parents f24983b + eb73db1 commit db9d8b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/v2/driver/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ rules:
resources:
- runs
- customruns
- runs/finalizers
- customruns/finalizers
- runs/status
- customruns/status
- pipelineruns
- task
- taskruns
- conditions
verbs:
- get
- list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ rules:
- customruns
- taskruns
- pipelineruns
- runs/status
- customruns/status
- taskruns/status
- pipelineruns/status
- runs/finalizers
- customruns/finalizers
verbs:
- get
- list
Expand Down

0 comments on commit db9d8b1

Please sign in to comment.