From aff1b8fdd25539aa2fcc83a4d0e5efd0eef9837c Mon Sep 17 00:00:00 2001 From: Dmitry Grigoryev Date: Mon, 16 Dec 2024 09:28:11 +0300 Subject: [PATCH] fix(cloudnative-pg): add ImageCatalogs to view and edit ClusterRoles Signed-off-by: Dmitry Grigoryev --- charts/cloudnative-pg/templates/rbac.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/cloudnative-pg/templates/rbac.yaml b/charts/cloudnative-pg/templates/rbac.yaml index e3d14cdec..3a0fa4830 100644 --- a/charts/cloudnative-pg/templates/rbac.yaml +++ b/charts/cloudnative-pg/templates/rbac.yaml @@ -127,6 +127,8 @@ rules: - clusters - poolers - scheduledbackups + - imagecatalogs + - clusterimagecatalogs verbs: - get - list @@ -150,6 +152,8 @@ rules: - clusters - poolers - scheduledbackups + - imagecatalogs + - clusterimagecatalogs verbs: - create - delete