From ecb237a8eb7c40f5ffcf70a21fe651ab0ec56515 Mon Sep 17 00:00:00 2001 From: Ilyes Ben Dlala Date: Tue, 31 Oct 2023 15:14:21 +0100 Subject: [PATCH] #2003 Added permission to `manager-role` ClusterRole to update 'roles' Signed-off-by: Ilyes Ben Dlala --- operator/config/rbac/role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/operator/config/rbac/role.yaml b/operator/config/rbac/role.yaml index c434d1f422..dacd433bae 100644 --- a/operator/config/rbac/role.yaml +++ b/operator/config/rbac/role.yaml @@ -131,5 +131,6 @@ rules: verbs: - create - get + - update - list - watch