From 27fc6ce9d0c8f2bd7d3c4ae6e02ef6a65c468437 Mon Sep 17 00:00:00 2001 From: Hiram Chirino Date: Thu, 6 Dec 2018 11:22:46 -0500 Subject: [PATCH] Fix serviceaccount could not be created by the operator on openshift. Signed-off-by: Hiram Chirino --- deploy/role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/role.yaml b/deploy/role.yaml index 8f13f135d..33dee512f 100644 --- a/deploy/role.yaml +++ b/deploy/role.yaml @@ -14,6 +14,7 @@ rules: - events - configmaps - secrets + - serviceaccounts verbs: - '*' - apiGroups: