From 507ed5b764f8986a7467ea892d4b986b7113935b Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sun, 26 Oct 2025 19:38:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Database=20secret=20nam?= =?UTF-8?q?e=20bug=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/Chart.yaml | 2 +- chart/templates/database/cluster.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 05f6c48..c89d981 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.1.5 \ No newline at end of file +version: 0.1.6 \ No newline at end of file diff --git a/chart/templates/database/cluster.yaml b/chart/templates/database/cluster.yaml index 473bb22..85569fa 100644 --- a/chart/templates/database/cluster.yaml +++ b/chart/templates/database/cluster.yaml @@ -20,4 +20,4 @@ spec: ensure: present login: true passwordSecret: - name: database.password.secretName \ No newline at end of file + name: {{ .Values.database.password.secretName }} \ No newline at end of file