From a62cfa509bb27095b16ce39a7ff521943331fdf5 Mon Sep 17 00:00:00 2001 From: nwalens Date: Fri, 15 May 2020 17:25:19 +0200 Subject: [PATCH] update roles.yaml As mentioned in https://github.com/m88i/nexus-operator/pull/52 the operator will now create service accounts based on parameters or Custom Resource names, for that the operator role has to include service account resources. --- deploy/role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/role.yaml b/deploy/role.yaml index 5ba9aa3a..6d553e7a 100644 --- a/deploy/role.yaml +++ b/deploy/role.yaml @@ -17,6 +17,7 @@ rules: - secrets - replicationcontrollers - podtemplates + - serviceaccounts verbs: - create - delete