Skip to content

Commit

Permalink
update polkadot staging config
Browse files Browse the repository at this point in the history
  • Loading branch information
wpank authored Mar 1, 2024
1 parent fbeabc0 commit a1c1a5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/1kv-backend-staging/templates/polkadot-otv-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ spec:
"validatorPrefEnabled": true,
"nominatorEnabled": true,
"locationStatsEnabled": true,
"blockEnabled": true
"blockEnabled": true,
"scorekeeperEnabled": true
},
"db": {
"mongo": {
Expand All @@ -104,7 +105,8 @@ spec:
"scorekeeper": {
"candidates": null,
"forceRound": false,
"nominating": {{ .Values.polkadot.be.nominating }}
"nominating": {{ .Values.polkadot.be.nominating }},
"dryRun": true
},
"server": {
"port": 3300,
Expand Down

0 comments on commit a1c1a5f

Please sign in to comment.