Deploy a kubernetes application trough helm
| Name |
Version |
| helm |
>= 2.17.0, < 3.0.0 |
| time |
~> 0.9.1 |
No modules.
| Name |
Description |
Type |
Default |
Required |
| atomic |
Atomic deployment |
bool |
false |
no |
| chart |
Chart to use for the current deployment |
string |
"" |
no |
| chart_version |
Version of the chart to use for the current deployment |
string |
"" |
no |
| cleanup_on_fail |
Cleanup on fail |
bool |
false |
no |
| create_namespace |
Create namespace |
bool |
true |
no |
| customer |
Customer for the current deployment |
string |
"" |
no |
| kubeconfig_context |
Kubeconfig context to use for the current deployment |
string |
null |
no |
| kubeconfig_paths |
List of kubeconfig paths to use for the current deployment |
list(string) |
[] |
no |
| name |
The name of the helm release |
string |
n/a |
yes |
| namespace |
Namespace to use for the current deployment |
string |
"" |
no |
| repository |
Repository to use for the current deployment |
string |
"" |
no |
| sets |
List of sets to use for the current deployment |
list(map(string)) |
[] |
no |
| tags |
Default tags to add to resources |
map(any) |
{} |
no |
| values |
List of values to use for the current deployment |
list(string) |
[] |
no |
| wait |
Wait for deployment to complete |
bool |
true |
no |
| Name |
Description |
| name |
The name of the helm release |
| namespace |
The namespace of the helm release |