Compare commits
1 Commits
postgres-c
...
postgres-c
Author | SHA1 | Date | |
---|---|---|---|
275fcd8568 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: postgres-cluster
|
name: postgres-cluster
|
||||||
version: 3.20.6
|
version: 3.20.7
|
||||||
description: Chart for cloudnative-pg cluster
|
description: Chart for cloudnative-pg cluster
|
||||||
keywords:
|
keywords:
|
||||||
- database
|
- database
|
||||||
|
@@ -37,11 +37,9 @@ bootstrap:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- else if eq .Values.mode "replica" }}
|
{{- else if eq .Values.mode "replica" }}
|
||||||
initdb:
|
initdb:
|
||||||
{{- with .Values.replica.importDatabaseName }}
|
{{- with .Values.cluster.initdb }}
|
||||||
database: {{ . }}
|
{{- with (omit . "postInitApplicationSQL") }}
|
||||||
{{- end }}
|
{{- . | toYaml | nindent 4 }}
|
||||||
{{- with .Values.replica.importOwner }}
|
|
||||||
owner: {{ . }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
import:
|
import:
|
||||||
type: {{ .Values.replica.importType }}
|
type: {{ .Values.replica.importType }}
|
||||||
|
@@ -139,12 +139,6 @@ replica:
|
|||||||
importDatabases:
|
importDatabases:
|
||||||
- app
|
- app
|
||||||
|
|
||||||
# If type microservice select the name for the imported database.
|
|
||||||
importDatabaseName: app
|
|
||||||
|
|
||||||
# If type microservice select the name for the database owner.
|
|
||||||
importOwner: app
|
|
||||||
|
|
||||||
# If type microservice no roles are imported and ignored
|
# If type microservice no roles are imported and ignored
|
||||||
importRoles: []
|
importRoles: []
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user