From 403ccdc8b3bc9a948d92a809e4113f7004b755d7 Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sun, 26 Oct 2025 18:07:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=200.0.5=20Fix=20managed=20ro?= =?UTF-8?q?les?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/templates/database/cluster.yaml | 9 ++++++++- chart/templates/database/database.yaml | 9 +-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/chart/templates/database/cluster.yaml b/chart/templates/database/cluster.yaml index 08ff6fc..967540d 100644 --- a/chart/templates/database/cluster.yaml +++ b/chart/templates/database/cluster.yaml @@ -13,4 +13,11 @@ spec: cpu: "100m" limits: memory: "512Mi" - cpu: "500m" \ No newline at end of file + cpu: "500m" + managed: + roles: + - name: kubooboo + ensure: present + login: true + passwordSecret: + name: database.password.secretName \ No newline at end of file diff --git a/chart/templates/database/database.yaml b/chart/templates/database/database.yaml index 345e388..7f5587f 100644 --- a/chart/templates/database/database.yaml +++ b/chart/templates/database/database.yaml @@ -6,11 +6,4 @@ spec: name: kubooboo owner: kubooboo cluster: - name: postgres - managed: - roles: - - name: kubooboo - ensure: present - login: true - passwordSecret: - name: database.password.secretName \ No newline at end of file + name: postgres \ No newline at end of file