Synchronize upstreamed folder to 162a1998a

This commit is contained in:
bitnami-bot
2018-12-26 10:36:32 +00:00
parent 8e819f1179
commit 9207265e7c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
name: postgresql
version: 3.7.0
version: 3.7.1
appVersion: 10.6.0
description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
keywords:

View File

@@ -105,9 +105,9 @@ spec:
{{- end }}
{{- if not (eq .Values.replication.synchronousCommit "off")}}
- name: POSTGRESQL_SYNCHRONOUS_COMMIT_MODE
value: {{ .Values.replication.synchronousCommit }}
value: {{ .Values.replication.synchronousCommit | quote }}
- name: POSTGRESQL_NUM_SYNCHRONOUS_REPLICAS
value: {{ .Values.replication.numSynchronousReplicas }}
value: {{ .Values.replication.numSynchronousReplicas | quote }}
{{- end }}
- name: POSTGRESQL_CLUSTER_APP_NAME
value: {{ .Values.replication.applicationName }}