From 32e232d8e2ce09c3a97880955b0431a80425e99f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 21 Dec 2024 23:08:17 -0600 Subject: [PATCH] force hardcoded value for testing --- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/templates/_bootstrap.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index 61b5619..71707fa 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 3.20.4 +version: 3.20.5 description: Chart for cloudnative-pg cluster keywords: - database diff --git a/charts/postgres-cluster/templates/_bootstrap.tpl b/charts/postgres-cluster/templates/_bootstrap.tpl index 0e7b9ce..fcdf34c 100644 --- a/charts/postgres-cluster/templates/_bootstrap.tpl +++ b/charts/postgres-cluster/templates/_bootstrap.tpl @@ -37,7 +37,7 @@ bootstrap: {{- end }} {{- else if eq .Values.mode "replica" }} initdb: - database: {{ .Values.replica.importDatabaseName }} + database: jellyplist import: type: {{ .Values.replica.importType }} databases: