From 35a02141e0cedfdde35cdf1014a8a246e6c140fd Mon Sep 17 00:00:00 2001 From: "l.h. riley" Date: Tue, 28 Feb 2023 12:26:09 -0800 Subject: [PATCH] ISSUE-104 - Allow composable-manager to elevated permissions --- config/rbac/role.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 733c57b9..962b0412 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -31,3 +31,15 @@ rules: - get - patch - update +- apiGroups: + - '*' + resources: + - '*' + verbs: + - create + - delete + - get + - list + - patch + - update + - watch