use value for name

This commit is contained in:
2024-12-21 22:53:59 -06:00
parent b1a6a2fd39
commit 93d2f916fb
3 changed files with 5 additions and 2 deletions

View File

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