[bitnami/postgresql-ha] Fix num replicas parameter sent to the container (#3006)

* Fix num replicas parameter sent to the container

* Bump chart version

* quote replicaCount
This commit is contained in:
Rafael Ríos Saavedra
2020-07-16 13:33:37 +02:00
committed by GitHub
parent 0b265c7ba5
commit 7adba9d5fc
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: postgresql-ha
version: 3.4.3
version: 3.4.4
appVersion: 11.8.0
description: Chart for PostgreSQL with HA architecture (using Replication Manager (repmgr) and Pgpool).
keywords:
@@ -164,6 +164,8 @@ spec:
- name: REPMGR_DATABASE
value: {{ (include "postgresql-ha.repmgrDatabase" .) | quote }}
{{- end }}
- name: POSTGRESQL_NUM_SYNCHRONOUS_REPLICAS
value: {{ .Values.postgresql.replicaCount | quote }}
ports:
- name: postgresql
containerPort: 5432