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

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


The following commit(s) were added to refs/heads/master by this push:
     new b400818  Fixing typo in Helm chart template
b400818 is described below

commit b4008181b16e0869153e8efcfd236c8894c5b2f2
Author: Nicholas Nezis <[email protected]>
AuthorDate: Sat Sep 12 03:25:48 2020 -0400

    Fixing typo in Helm chart template
---
 deploy/kubernetes/helm/templates/zookeeper.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to