Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add unit to extra arg help message #391

Merged
merged 1 commit into from
Mar 14, 2022
Merged

Conversation

ChrisKujawa
Copy link
Contributor

What this PR does / why we need it:

Add a unit (s == seconds) to the --helm-extra-args help message.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

The help message for the --helm-extra-args config used an example without units,
which caused to fail the next chart-testing run if just copy-pasted.

Error: invalid argument "500" for "--timeout" flag: time: missing unit in duration "500"
Error deleting Helm release: Error waiting for process: exit status 1

Special notes for your reviewer:

Might be related to newer go versions ? kubernetes/kubernetes#40783

The help message for the --helm-extra-args config used an example without units,
which caused to fail the next chart-testing run if just copy-pasted.

Signed-off-by: Christopher Zell <zelldon91@googlemail.com>
@cpanato cpanato merged commit 4c4e8aa into helm:main Mar 14, 2022
ilmax pushed a commit to ilmax/chart-testing that referenced this pull request Mar 15, 2022
The help message for the --helm-extra-args config used an example without units,
which caused to fail the next chart-testing run if just copy-pasted.

Signed-off-by: Christopher Zell <zelldon91@googlemail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants