This is an automated email from the ASF dual-hosted git repository.

nchung pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/master by this push:
     new 599312d  SDAP-226: pass in the configured number of zookeeper replicas 
to zookeeper container args (#96)
599312d is described below

commit 599312d5ee72be08d8bbe2c6b3a4d8ca80c45da1
Author: Eamon Ford <[email protected]>
AuthorDate: Tue Mar 17 13:09:20 2020 -0700

    SDAP-226: pass in the configured number of zookeeper replicas to zookeeper 
container args (#96)
    
    Co-authored-by: Eamon Ford <[email protected]>
---
 helm/Chart.yaml              | 2 +-
 helm/templates/zookeeper.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 730c071..9c9e509 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v1
 appVersion: "0.1.3"
 description: Science Data Analytics Platform
 name: nexus
-version: 0.1.8
+version: 0.1.9
diff --git a/helm/templates/zookeeper.yml b/helm/templates/zookeeper.yml
index 1ff735a..bdc3925 100644
--- a/helm/templates/zookeeper.yml
+++ b/helm/templates/zookeeper.yml
@@ -94,7 +94,7 @@ spec:
         - sh
         - -c
         - "start-zookeeper \
-          --servers=3 \
+          --servers={{ .Values.zookeeper.replicas }} \
           --data_dir=/var/lib/zookeeper/data \
           --data_log_dir=/var/lib/zookeeper/data/log \
           --conf_dir=/opt/zookeeper/conf \

Reply via email to