You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2022/03/19 23:24:39 UTC

[incubator-heron] 04/10: added more bookie blocks to if block

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 83a2eacdc143be65fc298f6f735dcda31c61a64e
Author: Billy Romansky <wr...@protonmail.com>
AuthorDate: Sat Mar 19 19:13:55 2022 -0400

    added more bookie blocks to if block
---
 deploy/kubernetes/helm/templates/bookie.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/kubernetes/helm/templates/bookie.yaml b/deploy/kubernetes/helm/templates/bookie.yaml
index 9e42f8b..4f01941 100644
--- a/deploy/kubernetes/helm/templates/bookie.yaml
+++ b/deploy/kubernetes/helm/templates/bookie.yaml
@@ -112,7 +112,6 @@ spec:
                       values:
                         - {{ .Release.Name }}-bookkeeper
                 topologyKey: "kubernetes.io/hostname"
-{{- end }}
       terminationGracePeriodSeconds: 0
 
 {{- if or .Release.IsInstall .Values.initialize}}
@@ -149,6 +148,7 @@ spec:
             - name: ledgers-disk
               mountPath: /bookkeeper/data/ledgers
 {{- end }}
+{{- end }}
       containers:
         - name: bookie
           image: {{ .Values.bookkeeper.image }}