change method

This commit is contained in:
2024-12-21 23:22:34 -06:00
parent 32e232d8e2
commit 158d4ca676
4 changed files with 11 additions and 2 deletions

View File

@@ -37,7 +37,12 @@ bootstrap:
{{- end }}
{{- else if eq .Values.mode "replica" }}
initdb:
database: jellyplist
{{- with .Values.replica.importDatabaseName }}
database: {{ . }}
{{- end }}
{{- with .Values.replica.importOwner }}
owner: {{ . }}
{{- end }}
import:
type: {{ .Values.replica.importType }}
databases: