Add a parameter "create_namespace"

This commit is contained in:
jie
2020-08-19 11:11:11 +08:00
parent 03b066bfd7
commit 70b2a2d0b4
3 changed files with 34 additions and 27 deletions

View File

@@ -48,6 +48,7 @@ Installations are triggered when the `mode` setting is "upgrade." They can also
| values_files | list\<string\> | | | Values to use as `--values` arguments to `helm upgrade`. |
| reuse_values | boolean | | | Reuse the values from a previous release. |
| skip_tls_verify | boolean | | | Connect to the Kubernetes cluster without checking for a valid TLS certificate. Not recommended in production. |
| create_namespace | boolean | | | Pass --create-namespace to `helm upgrade`. |
## Uninstallation