fix database naming
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: postgres-cluster
|
name: postgres-cluster
|
||||||
version: 3.20.0
|
version: 3.20.1
|
||||||
description: Chart for cloudnative-pg cluster
|
description: Chart for cloudnative-pg cluster
|
||||||
keywords:
|
keywords:
|
||||||
- database
|
- database
|
||||||
|
@@ -37,7 +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" }}
|
{{- if eq .Values.replica.importType "microservice" }}
|
||||||
{{- with index .Values.replica.importDatabases 0 }}
|
{{- with index .Values.replica.importDatabases 0 }}
|
||||||
database: {{- . | quote }}
|
database: {{- . | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Reference in New Issue
Block a user