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 bd3a9a75b6687d7719d6462f51a6fd0b908dd22e Author: Billy Romansky <[email protected]> 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 }}
