From 6edd2e554f40d7ee03f1cf6e12feb278cb5097f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20S=C4=99k?= Date: Mon, 11 May 2020 14:40:08 +0200 Subject: [PATCH] #377 Add missing permissions in all-in-one-v1alpha2.yaml --- deploy/all-in-one-v1alpha2.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/deploy/all-in-one-v1alpha2.yaml b/deploy/all-in-one-v1alpha2.yaml index 5e844bd2..8c4e1950 100644 --- a/deploy/all-in-one-v1alpha2.yaml +++ b/deploy/all-in-one-v1alpha2.yaml @@ -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