From f914e62005efd8414ebf23e566ecc65e09d2d652 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Tue, 6 Feb 2024 16:22:05 -0300 Subject: [PATCH] we were referencing 2 values: networkid and networkId, now we will use only the latter --- charts/chainlink-cluster/templates/geth-deployment.yaml | 2 +- charts/chainlink-cluster/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/chainlink-cluster/templates/geth-deployment.yaml b/charts/chainlink-cluster/templates/geth-deployment.yaml index abc7853d978..64384495e65 100644 --- a/charts/chainlink-cluster/templates/geth-deployment.yaml +++ b/charts/chainlink-cluster/templates/geth-deployment.yaml @@ -95,7 +95,7 @@ spec: - '--http.corsdomain' - '*' - '--vmdebug' - - '--networkid={{ .Values.geth.networkid }}' + - '--networkid={{ .Values.geth.networkId }}' - '--rpc.txfeecap' - '0' - '--dev.period' diff --git a/charts/chainlink-cluster/values.yaml b/charts/chainlink-cluster/values.yaml index 3e58cbaea24..f6bfc4b3d73 100644 --- a/charts/chainlink-cluster/values.yaml +++ b/charts/chainlink-cluster/values.yaml @@ -121,7 +121,7 @@ geth: version: v1.12.0 wsrpc-port: 8546 httprpc-port: 8544 - networkid: 1337 + networkId: 1337 blocktime: 1 resources: requests: