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

examples/kind: Add timeout unit in config #201

Merged
merged 1 commit into from
Feb 14, 2020

Conversation

darkowlzz
Copy link
Contributor

helm3 requires the timeout value to have a unit.
Without this, the test results in the following error:

Error: invalid argument "800" for "--timeout" flag: time: missing unit in duration 800

What this PR does / why we need it:
This PR updates ct config in the kind example. It is needed to pass correct timeout argument to helm3.

helm3 requires the timeout value to have a unit.
Without this, the test results in the following error:

```
Error: invalid argument "800" for "--timeout" flag: time: missing unit in duration 800
```

Signed-off-by: Sunny <[email protected]>
@darkowlzz darkowlzz force-pushed the config-timeout-unit branch from d275c1d to 8d0a2a7 Compare February 5, 2020 12:16
Copy link
Member

@unguiculus unguiculus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@unguiculus unguiculus merged commit aacb8f4 into helm:master Feb 14, 2020
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