This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch helm-bookkeeper-fix in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 26d7cc3febafc1a2a20eaf0a60a93bfc5eaf5303 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 }}
