Compare commits

...

1 Commits

Author SHA1 Message Date
b1a6a2fd39 remove condition 2024-12-21 22:46:17 -06:00
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: postgres-cluster name: postgres-cluster
version: 3.20.2 version: 3.20.3
description: Chart for cloudnative-pg cluster description: Chart for cloudnative-pg cluster
keywords: keywords:
- database - database

View File

@@ -37,9 +37,7 @@ bootstrap:
{{- end }} {{- end }}
{{- else if eq .Values.mode "replica" }} {{- else if eq .Values.mode "replica" }}
initdb: initdb:
{{- if eq .Values.replica.importType "microservice" }}
database: {{ first .Values.replica.importDatabases }} database: {{ first .Values.replica.importDatabases }}
{{- end }}
import: import:
type: {{ .Values.replica.importType }} type: {{ .Values.replica.importType }}
databases: databases: