← modules/helm-release/kubernetes · Registry
Source: cf-tfr.davidguerrero.fr/modules/helm-release/kubernetes
module "helm-release" {
source = "cf-tfr.davidguerrero.fr/modules/helm-release/kubernetes"
version = "0.1.0"
}
Download: module.tar.gz
| Name | Version |
|---|---|
| terraform | >= 1.0 |
| helm | >= 3 |
| Name | Version |
|---|---|
| helm | >= 3 |
No modules.
| Name | Type |
|---|---|
| helm_release.release | resource |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| chart_name | Helm chart name. | string |
n/a | yes |
| chart_version | Helm chart version. | string |
n/a | yes |
| create_namespace | Whether to create the namespace. | bool |
true |
no |
| namespace_name | Namespace to install into. | string |
n/a | yes |
| release_name | Helm release name. | string |
n/a | yes |
| repository | Helm repository URL. | string |
n/a | yes |
| set_values | Map of values to set for single values. | map(string) |
{} |
no |
| timeout | Operation timeout. | number |
300 |
no |
| yaml_values | List of values in raw YAML. | list(string) |
[] |
no |
No outputs.