Skip to content

Commit

Permalink
support specials_map for trd
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jan 30, 2023
1 parent 2514678 commit 6a7073e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ delegator_pays_xfer_fee: true,
delegator_pays_ra_fee: true,
rules_map: try(var.baking_nodes[nodename][baker_name]["payout_config"]["rules_map"], {}),
supporters_set: try(var.baking_nodes[nodename][baker_name]["payout_config"]["supporters_set"], {}),
specials_map: try(var.baking_nodes[nodename][baker_name]["payout_config"]["specials_map"], {}),
})}
EOC
cat <<EOPN > payout-${baker_name}/nodepool.yaml
Expand Down

0 comments on commit 6a7073e

Please sign in to comment.