Skip to content

Commit

Permalink
docs: update helm documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKramm committed Nov 6, 2020
1 parent 37b3131 commit 283efa0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/pages/configuration/deployments/helm-charts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,15 @@ deployments:

## Helm Options

### `upgradeArgs`
The `upgradeArgs` specifies an array of arguments that will be passed by devspace additionally to the standard arguments to `helm upgrade` during deployment.

### `templateArgs`
The `templateArgs` specifies an array of arguments that will be passed by devspace additionally to the standard arguments to `helm template` during `devspace render`.

### `deleteArgs`
The `deleteArgs` specifies an array of arguments that will be passed by devspace additionally to the standard arguments to `helm delete` during `devspace purge`.

### `wait`
The `wait` option expects a boolean that will be used for the [helm flag `--wait`](https://helm.sh/docs/intro/using_helm/#helpful-options-for-installupgraderollback).

Expand Down

0 comments on commit 283efa0

Please sign in to comment.