mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user