From f89a945f658633b35ddcb04d879abda32383a292 Mon Sep 17 00:00:00 2001 From: Rashid Rashidov Date: Fri, 19 Jul 2024 08:23:28 +0300 Subject: [PATCH] Fix controller cluster role - add missing resource permissions --- config/rbac/role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index c4a6855..3079ec4 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -202,6 +202,7 @@ rules: - servicebinding.io resources: - servicebindings + - clusterworkloadresourcemappings verbs: - get - list