From 89ec9425b0938fd5b49344d245f05e63d84296af Mon Sep 17 00:00:00 2001 From: Erin Call Date: Fri, 27 Dec 2019 15:44:09 -0800 Subject: [PATCH] Mention the chart param for uninstalls [#25] --- docs/parameter_reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/parameter_reference.md b/docs/parameter_reference.md index a5e02d6..0073ddf 100644 --- a/docs/parameter_reference.md +++ b/docs/parameter_reference.md @@ -58,6 +58,7 @@ Uninstallations are triggered when the `helm_command` setting is "uninstall" or | dry_run | boolean | | Pass `--dry-run` to `helm uninstall`. | | timeout | duration | | Timeout for any *individual* Kubernetes operation. The uninstallation's full runtime may exceed this duration. | | skip_tls_verify | boolean | | Connect to the Kubernetes cluster without checking for a valid TLS certificate. Not recommended in production. | +| chart | string | | Required when the global `update_dependencies` parameter is true. No effect otherwise. | ### Where to put settings