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: