Skip to content

Commit

Permalink
examples/kind: Add timeout unit in config (#201)
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 authored Feb 14, 2020
1 parent 0824f98 commit aacb8f4
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 aacb8f4

Please sign in to comment.