From adeab0ee69e0274f54b99a3e5e5d743921937158 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 14 Oct 2022 16:52:42 +0200
Subject: [PATCH] fix(postgres): Add missing deployment of aggregation roles

This patch instructs the helm chart to deploy the aggreation role, to
allow the namespace admin role to create and manage postgres clusters.
---
 infrastructure/postgres/release.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infrastructure/postgres/release.yaml b/infrastructure/postgres/release.yaml
index 774de7a80..e627c8f9c 100644
--- a/infrastructure/postgres/release.yaml
+++ b/infrastructure/postgres/release.yaml
@@ -21,6 +21,8 @@ spec:
   upgrade:
     crds: CreateReplace
   values:
+    rbac:
+      createAggregateClusterRoles: true
     configGeneral:
       sidecars:
         - name: "exporter"
-- 
GitLab