openshift/rbac: allow project owners to cancel-builds
This tweaks project-owners RBAC to allow updating a build, in order to make `cancel-build` work. Ref: https://pagure.io/fedora-infrastructure/issue/8005 Signed-off-by: Luca BRUNO <luca.bruno@coreos.com>
This commit is contained in:
parent
92b21d3522
commit
9c64952e3b
1 changed files with 2 additions and 0 deletions
|
@ -79,8 +79,10 @@ rules:
|
|||
attributeRestrictions: null
|
||||
resources:
|
||||
- buildconfigs/instantiate
|
||||
- builds
|
||||
verbs:
|
||||
- create
|
||||
- update
|
||||
- apiGroups:
|
||||
- "*"
|
||||
attributeRestrictions: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue