From c711717a8ed53c167812ea232456c1a4847bc3be 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/Chart.yaml | 2 +- chart/templates/database/cluster.yaml | 9 ++++++++- chart/templates/database/database.yaml | 9 +-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 84cf515..a978a40 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.0.4 \ No newline at end of file +version: 0.0.5 \ No newline at end of file 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