Skip to content

Commit

Permalink
#377 Add missing permissions in all-in-one-v1alpha2.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszsek committed May 11, 2020
1 parent 8d0c023 commit 6edd2e5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions deploy/all-in-one-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6edd2e5

Please sign in to comment.