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