Skip to content

Commit

Permalink
examples/kind: Add timeout unit in config
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
darkowlzz committed Feb 5, 2020
1 parent ecd4546 commit 8d0a2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kind/test/ct.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
helm-extra-args: --timeout 800
helm-extra-args: --timeout 800s

0 comments on commit 8d0a2a7

Please sign in to comment.