Mention the chart param for uninstalls [#25]

This commit is contained in:
Erin Call 2019-12-27 15:44:09 -08:00
parent 181165cc51
commit 89ec9425b0
No known key found for this signature in database
GPG key ID: 4071FF6C15B8DAD1

View file

@ -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