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 6c3b3b41527b1889143e06063e6ad5c8886fee07 Author: Billy Romansky <[email protected]> AuthorDate: Sat Mar 19 19:13:55 2022 -0400 modified: deploy/kubernetes/helm/templates/bookie.yaml modified: deploy/kubernetes/helm/values.yaml.template --- deploy/kubernetes/helm/templates/bookie.yaml | 2 ++ deploy/kubernetes/helm/values.yaml.template | 2 ++ 2 files changed, 4 insertions(+) diff --git a/deploy/kubernetes/helm/templates/bookie.yaml b/deploy/kubernetes/helm/templates/bookie.yaml index e71569e..bf3ac94 100644 --- a/deploy/kubernetes/helm/templates/bookie.yaml +++ b/deploy/kubernetes/helm/templates/bookie.yaml @@ -238,3 +238,5 @@ spec: selector: app: {{ .Release.Name }}-bookkeeper component: {{ .Release.Name }}-bookie + +{{- end }} diff --git a/deploy/kubernetes/helm/values.yaml.template b/deploy/kubernetes/helm/values.yaml.template index 8814bdf..6b9d897 100644 --- a/deploy/kubernetes/helm/values.yaml.template +++ b/deploy/kubernetes/helm/values.yaml.template @@ -33,6 +33,8 @@ image: apache/heron:VERSION # Heron image pull policy imagePullPolicy: IfNotPresent +initialize: false + # Number of replicas for the job binary in bookkeeper jobReplicas: 1
