Skip to content

Commit

Permalink
Rename keys with dashes
Browse files Browse the repository at this point in the history
Renaming properties with dashes as it is really hard to use them in the helm templates.
They weren't used anywhere so it is safe to rename them.
  • Loading branch information
scheibinger committed Mar 22, 2024
1 parent 88e010d commit b1ee22d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/chainlink-cluster/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ deployments:
runAsUser: 999
runAsGroup: 999
version: v1.12.0
wsrpc-port: 8546
httprpc-port: 8544
wsRpcPort: 8546
httpRpcPort: 8544
chains:
- networkId: 1337
- networkId: 2337
Expand Down
4 changes: 2 additions & 2 deletions charts/chainlink-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ geth:
runAsUser: 999
runAsGroup: 999
version: v1.12.0
wsrpc-port: 8546
httprpc-port: 8544
wsRpcPort: 8546
httpRpcPort: 8544
blocktime: 1
chains:
- networkId: 1337
Expand Down

0 comments on commit b1ee22d

Please sign in to comment.