Compare commits

...

1 Commits

Author SHA1 Message Date
d3307d4f70 use different function 2024-12-21 22:39:52 -06:00
2 changed files with 2 additions and 4 deletions

View File

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

View File

@@ -38,9 +38,7 @@ bootstrap:
{{- else if eq .Values.mode "replica" }} {{- else if eq .Values.mode "replica" }}
initdb: initdb:
{{- if eq .Values.replica.importType "microservice" }} {{- if eq .Values.replica.importType "microservice" }}
{{- with index .Values.replica.importDatabases 0 }} database: {{ first .Values.replica.importDatabases }}
database: {{- . | quote }}
{{- end }}
{{- end }} {{- end }}
import: import:
type: {{ .Values.replica.importType }} type: {{ .Values.replica.importType }}