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 5863c3077a67fc7cbb52b7f425b87f1c3b6211a5 Author: Billy Romansky <[email protected]> AuthorDate: Sat Mar 19 19:13:56 2022 -0400 Removed initalize value --- deploy/kubernetes/helm/values.yaml.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy/kubernetes/helm/values.yaml.template b/deploy/kubernetes/helm/values.yaml.template index 6b9d897..8814bdf 100644 --- a/deploy/kubernetes/helm/values.yaml.template +++ b/deploy/kubernetes/helm/values.yaml.template @@ -33,8 +33,6 @@ image: apache/heron:VERSION # Heron image pull policy imagePullPolicy: IfNotPresent -initialize: false - # Number of replicas for the job binary in bookkeeper jobReplicas: 1
