From 1ac9444bb23a63406b3f7909e2cf9631850fb77a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 21 Dec 2024 23:29:50 -0600 Subject: [PATCH] fix condition flow --- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/templates/_bootstrap.tpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index f562d65..500caa7 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.7 +version: 3.20.8 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 6b26c9b..dca1892 100644 --- a/charts/postgres-cluster/templates/_bootstrap.tpl +++ b/charts/postgres-cluster/templates/_bootstrap.tpl @@ -41,6 +41,7 @@ bootstrap: {{- with (omit . "postInitApplicationSQL") }} {{- . | toYaml | nindent 4 }} {{- end }} + {{- end }} import: type: {{ .Values.replica.importType }} databases: