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

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

commit e34881b7d6bfb6dfa4a1360719a2271e016f15f4
Author: Billy Romansky <[email protected]>
AuthorDate: Sat Mar 19 19:13:56 2022 -0400

        modified:   deploy/kubernetes/helm/templates/bookie.yaml
---
 deploy/kubernetes/helm/templates/bookie.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/deploy/kubernetes/helm/templates/bookie.yaml 
b/deploy/kubernetes/helm/templates/bookie.yaml
index a5de6a3..2e4a16f 100644
--- a/deploy/kubernetes/helm/templates/bookie.yaml
+++ b/deploy/kubernetes/helm/templates/bookie.yaml
@@ -116,7 +116,6 @@ spec:
                 topologyKey: "kubernetes.io/hostname"
       terminationGracePeriodSeconds: 0
 {{- end }}
-{{- if or .Release.IsInstall .Values.initialize}}
       initContainers:
         # Wait until the zookeeper pods are up and running
         - name: bookie-init-container
@@ -134,7 +133,6 @@ spec:
                 echo 'Zookeeper {{ .Release.Name }}-zookeeper:{{ 
.Values.zookeeper.clientPort }} not ready';
                 sleep 4;
               done
-{{- end }}
       containers:
         - name: bookie
           image: {{ .Values.bookkeeper.image }}

Reply via email to