Skip to content

Commit

Permalink
fix values comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-vest committed Dec 11, 2024
1 parent 63b856a commit 1eab766
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions charts/timeboost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ auctioneer:
enabled: true
## @extra configmap.data See Configuration Options for the full list of options
data:
## @param bidValidator.configmap.data.auctioneer-server.auction-contract-address Auction contract address
## @param bidValidator.configmap.data.auctioneer-server.db-directory Database storage directory
## @param bidValidator.configmap.data.auctioneer-server.redis-url Redis URL
## @param bidValidator.configmap.data.auctioneer-server.sequencer-endpoint Sequencer endpoint
## @param bidValidator.configmap.data.auctioneer-server.sequencer-jwt-path Path to seqeuncer JWT
## @param bidValidator.configmap.data.auctioneer-server.wallet.account Wallet account
## @param bidValidator.configmap.data.auctioneer-server.wallet.password Wallet password
## @param bidValidator.configmap.data.auctioneer-server.wallet.pathname Path to wallet
## @param auctioneer.configmap.data.auctioneer-server.auction-contract-address Auction contract address
## @param auctioneer.configmap.data.auctioneer-server.db-directory Database storage directory
## @param auctioneer.configmap.data.auctioneer-server.redis-url Redis URL
## @param auctioneer.configmap.data.auctioneer-server.sequencer-endpoint Sequencer endpoint
## @param auctioneer.configmap.data.auctioneer-server.sequencer-jwt-path Path to seqeuncer JWT
## @param auctioneer.configmap.data.auctioneer-server.wallet.account Wallet account
## @param auctioneer.configmap.data.auctioneer-server.wallet.password Wallet password
## @param auctioneer.configmap.data.auctioneer-server.wallet.pathname Path to wallet
auctioneer-server:
auction-contract-address: ''
db-directory: "/data"
Expand All @@ -164,7 +164,7 @@ auctioneer:
password: ''
pathname: ''

## @param bidValidator.configmap.data.bid-validator.enable Enable bid validator
## @param auctioneer.configmap.data.bid-validator.enable Enable bid validator
bid-validator:
enable: false

Expand Down

0 comments on commit 1eab766

Please sign in to comment.