Skip to content

Commit

Permalink
fix helm linter
Browse files Browse the repository at this point in the history
  • Loading branch information
andy108369 committed Aug 20, 2024
1 parent f3b9a15 commit 0799320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion charts/akash-inventory-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ inventoryConfig:
exclude:
nodes: []
node_storage: []

3 changes: 2 additions & 1 deletion charts/akash-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ gas: "auto"
# Note that --gas-adjustment is working only when --gas is "auto"!
gasadjustment: "1.5"

bidmindeposit: "500000uakt" # 0.5 AKT - provider minimum bid deposit (5 AKT for sandbox)
# 0.5 AKT - provider minimum bid deposit (5 AKT for sandbox)
bidmindeposit: "500000uakt"

# If you plan to use bid price script, then make sure to set bidpricescript variable to the base64 encoded contents of the script.
# This will automatically switch AKASH_BID_PRICE_STRATEGY from "scale" (default) to "shellScript".
Expand Down

0 comments on commit 0799320

Please sign in to comment.