From 5ffbce7c7885099548ac18bc856e6af239dcf4d9 Mon Sep 17 00:00:00 2001 From: jkhelil Date: Mon, 6 Jul 2020 11:00:10 +0200 Subject: [PATCH] add routes resources authorization to jenkins-operator service account --- deploy/role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/role.yaml b/deploy/role.yaml index c4e0059b..2e0fdebd 100644 --- a/deploy/role.yaml +++ b/deploy/role.yaml @@ -11,6 +11,7 @@ rules: - configmaps - secrets - serviceaccounts + - routes verbs: - get - create