Skip to content

Commit

Permalink
Remove the wrong default timeout from the Helm docs
Browse files Browse the repository at this point in the history
For both Chart and ClusterConfig resources, the timeout field has never
had a default.

Signed-off-by: Tom Wieczorek <[email protected]>
(cherry picked from commit 4201c98)
(cherry picked from commit 10bf426)
  • Loading branch information
twz123 authored and github-actions[bot] committed Jun 11, 2024
1 parent d365276 commit 86063b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/helm-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ Adding Helm charts into the k0s configuration file gives you a declarative way i

### Wait for install

Each chart is proccesed the same way CLI tool does with following options:
Each chart is processed the same way CLI tool does with following options:

- `--wait`
- `--wait-for-jobs`
- `--timeout 10m`

It is possible to customize timeout by using `.Timeout` field.
It is possible to customize the timeout by using the `timeout' field.

### Chart configuration

Expand All @@ -28,7 +27,7 @@ It is possible to customize timeout by using `.Timeout` field.
| name | - | Release name |
| chartname | - | chartname in form "repository/chartname" or path to tgz file |
| version | - | version to install |
| timeout | 10m | timeout to wait for release install |
| timeout | - | timeout to wait for release install |
| values | - | yaml as a string, custom chart values |
| namespace | - | namespace to install chart into |
| order | 0 | order to apply manifest. For equal values, alphanum ordering is used |
Expand Down

0 comments on commit 86063b2

Please sign in to comment.