From e4ce2b60779826d2216bbfdcc10bcd2459f6a0e4 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 13 Oct 2022 03:19:48 +0200 Subject: [PATCH] fix(monitoring): Create namespace admin permissions This patch enables the creation of aggreated cluster role permissions, which will allow namespace admins, entities with the cluster role admin as a rolebinding, to create prometheus-operator resources. --- infrastructure/monitoring/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/monitoring/release.yaml b/infrastructure/monitoring/release.yaml index d6ec72969..36f085ae0 100644 --- a/infrastructure/monitoring/release.yaml +++ b/infrastructure/monitoring/release.yaml @@ -38,6 +38,7 @@ data: rbac: create: true pspEnabled: true + createAggregateClusterRoles: true alertmanager: enabled: true config: -- GitLab