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

nicknezis pushed a commit to branch nicknezis/zookeeper-helm-fix
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/nicknezis/zookeeper-helm-fix 
by this push:
     new a36906c  Now that we are using the proper generate config script, we 
don't need to do this in the Helm chart
a36906c is described below

commit a36906c47d22784bbbe03f8203b5c603d52b25bd
Author: Nicholas Nezis <[email protected]>
AuthorDate: Wed Apr 14 00:37:16 2021 -0400

    Now that we are using the proper generate config script, we don't need to 
do this in the Helm chart
---
 deploy/kubernetes/helm/templates/zookeeper.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/deploy/kubernetes/helm/templates/zookeeper.yaml 
b/deploy/kubernetes/helm/templates/zookeeper.yaml
index 537d1bc..725957f 100644
--- a/deploy/kubernetes/helm/templates/zookeeper.yaml
+++ b/deploy/kubernetes/helm/templates/zookeeper.yaml
@@ -118,10 +118,6 @@ spec:
           value: "{{ .Values.zookeeper.serverPort }}"
         - name: ZK_ELECTION_PORT
           value: "{{ .Values.zookeeper.leaderElectionPort }}"
-        - name: ZOOKEEPER_SERVERS
-          {{- $replicaCount := int .Values.zkReplicas }}
-          {{- $fullName := printf "%s-%s" .Release.Name "zookeeper" }}
-          value: "{{ range $i, $e := until $replicaCount }}{{ $fullName }}-{{ 
$e }},{{ end }}"
         command:
         - sh
         - -c

Reply via email to