Skip to content

Commit

Permalink
Merge pull request #4566 from twz123/docs-helm-timeout
Browse files Browse the repository at this point in the history
Remove the wrong default timeout from the Helm docs
  • Loading branch information
twz123 authored Jun 6, 2024
2 parents 8025809 + 4201c98 commit 812d081
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 812d081

Please sign in to comment.