Skip to content

Commit

Permalink
use --basefee instead of --base-fee in args
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed Jun 15, 2024
1 parent 56df031 commit 5b7cac8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/spamooor-cronjobs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- "1000"
- "--count"
- "15000"
- "--base-fee"
- "--basefee"
- "100"
- "--tipfee"
- "5"
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- "1000"
- "--max-pending"
- "1000"
- "--base-fee"
- "--basefee"
- "100"
- "--tipfee"
- "5"
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- "5"
- "--max-pending"
- "5"
- "--base-fee"
- "--basefee"
- "100"
- "--tipfee"
- "5"
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- "1000"
- "--max-pending"
- "1000"
- "--base-fee"
- "--basefee"
- "100"
- "--tipfee"
- "5"
Expand Down

0 comments on commit 5b7cac8

Please sign in to comment.