Skip to content

Commit

Permalink
fix: affinity typo (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
calinah authored Nov 20, 2023
1 parent e9f6b14 commit 9442135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ethereum/values/_common/nimbus.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ nimbus:
values:
- blockchain
- key: app.launchpad.graphops.xyz/chain
operator: NoIn
operator: NotIn
values:
- ethereum
- key: app.launchpad.graphops.xyz/layer
Expand Down Expand Up @@ -92,7 +92,7 @@ nimbus:
values:
- consensus
- key: app.launchpad.graphops.xyz/chain
operator: NoIn
operator: NotIn
values:
- ethereum
- weight: 10 # try to avoid scheduling with other consensus nodes for other networks
Expand Down
4 changes: 2 additions & 2 deletions gnosis/values/_common/lighthouse.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lighthouse:
values:
- blockchain
- key: app.launchpad.graphops.xyz/chain
operator: NoIn
operator: NotIn
values:
- gnosis
- key: app.launchpad.graphops.xyz/layer
Expand Down Expand Up @@ -92,7 +92,7 @@ lighthouse:
values:
- consensus
- key: app.launchpad.graphops.xyz/chain
operator: NoIn
operator: NotIn
values:
- gnosis
- weight: 10 # try to avoid scheduling with other consensus nodes for other networks
Expand Down

0 comments on commit 9442135

Please sign in to comment.