From 283efa0f62c20219a22f899e08196efe4bbae4e3 Mon Sep 17 00:00:00 2001 From: fabiankramm Date: Fri, 6 Nov 2020 10:09:59 +0100 Subject: [PATCH] docs: update helm documentation --- docs/pages/configuration/deployments/helm-charts.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/pages/configuration/deployments/helm-charts.mdx b/docs/pages/configuration/deployments/helm-charts.mdx index fec9c4aa68..52a0531522 100644 --- a/docs/pages/configuration/deployments/helm-charts.mdx +++ b/docs/pages/configuration/deployments/helm-charts.mdx @@ -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).