#377 Add missing permissions in all-in-one-v1alpha2.yaml

This commit is contained in:
Tomasz Sęk 2020-05-11 14:40:08 +02:00
parent 8d0c023d52
commit 6edd2e554f
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 17 additions and 0 deletions

View File

@ -93,6 +93,23 @@ rules:
- get
- list
- watch
- apiGroups:
- "image.openshift.io"
resources:
- imagestreams
verbs:
- get
- list
- watch
- apiGroups:
- "build.openshift.io"
resources:
- builds
- buildconfigs
verbs:
- get
- list
- watch
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1