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 02d7b1de5ec7c504a3cd187a43c445a6b51d948b 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
