Name | Version |
---|---|
terraform | >=0.13 |
helm | >=2.17.0 |
Name | Version |
---|---|
helm | >=2.17.0 |
No modules.
Name | Type |
---|---|
helm_release.release | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
chart | (Required) Chart name to be installed. A path may be used | string |
n/a | yes |
chart_version | (Optional) Specify the exact chart version to install. If this is not specified, the latest version is installed. | string |
null |
no |
create_namespace | (Optional) Create the namespace if it does not exist. Defaults to false. | bool |
false |
no |
name | (Required) Release name. The length must not be longer than 53 characters. | string |
n/a | yes |
namespace | (Optional) Namespace to install the release into. Defaults to default. | string |
"default" |
no |
replace | (Optional) Re-use the given name, even if that name is already used. This is unsafe in production. Defaults to false. | bool |
false |
no |
repository | (Optional) Repository where to locate the requested chart. If is a URL the chart is installed without installing the repository. | string |
null |
no |
set | (Optional) Custom values to be merged with the values. | map(string) |
{} |
no |
No outputs.