diff --git a/packages/helm-charts/common/templates/_helpers.tpl b/packages/helm-charts/common/templates/_helpers.tpl index 7e72c511148..eb35b82e2fb 100644 --- a/packages/helm-charts/common/templates/_helpers.tpl +++ b/packages/helm-charts/common/templates/_helpers.tpl @@ -197,6 +197,7 @@ fi --vmodule={{ .Values.geth.vmodule }} \ --datadir=/root/.celo \ --ipcpath=geth.ipc \ + --txlookuplimit {{ .Values.geth.txlookuplimit | default 0 }} \ ${ADDITIONAL_FLAGS} env: - name: GETH_DEBUG