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:
Luca BRUNO 2019-09-30 18:26:02 +00:00 committed by Pierre-Yves Chibon
parent 92b21d3522
commit 9c64952e3b

View file

@ -79,8 +79,10 @@ rules:
attributeRestrictions: null
resources:
- buildconfigs/instantiate
- builds
verbs:
- create
- update
- apiGroups:
- "*"
attributeRestrictions: null