Helm chart does not allow "falsey" value in cmdOptions
#1371
Labels
kind/bug
Categorizes issue or PR as related to a bug.
cmdOptions
#1371
What version of descheduler are you using?
descheduler version:
v0.29.0
Does this issue reproduce with the latest release?
Yes
What did you do?
Tried to deploy the helm chart with
cmdOptions.v
equal to0
.What did you expect to see?
The descheduler started with
--v=0
.What did you see instead?
The descheduler started with
--v
.Root Cause
This line is incorrect as it is not possible to provide a "falsey" value such as
0
.The text was updated successfully, but these errors were encountered: