Skip to content

Commit

Permalink
we were referencing 2 values: networkid and networkId, now we will us…
Browse files Browse the repository at this point in the history
…e only the latter
  • Loading branch information
Tofel committed Feb 6, 2024
1 parent 9ddc014 commit f914e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/chainlink-cluster/templates/geth-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
- '--http.corsdomain'
- '*'
- '--vmdebug'
- '--networkid={{ .Values.geth.networkid }}'
- '--networkid={{ .Values.geth.networkId }}'
- '--rpc.txfeecap'
- '0'
- '--dev.period'
Expand Down
2 changes: 1 addition & 1 deletion charts/chainlink-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ geth:
version: v1.12.0
wsrpc-port: 8546
httprpc-port: 8544
networkid: 1337
networkId: 1337
blocktime: 1
resources:
requests:
Expand Down

0 comments on commit f914e62

Please sign in to comment.