chart-values-parser
jd4883/chart-values-parser/helm
Terraform Module
HCL
HELM
A tiny module for parsing out chart values and setting specific defaults; used in conjunction with the helm terraform provider and is intended to pre-fill many of the possible options for values that tend to be universal to most charts such as image
Install
module "chart-values-parser" {
source = "jd4883/chart-values-parser/helm"
version = "0.1.1"
}
README
terraform-helm-chart-parser A tiny module for parsing out chart values and setting specific defaults; used in conjunction with the helm terraform provider and is intended to pre-fill many of the possible options for values that tend to be universal to most charts such as image
Inputs (5)
| Name | Type | Description | Default |
|---|---|---|---|
| charts | any | required | |
| extras_payload | any | {} | |
| image_default | object({ pullPolicy = stri | {
"pullPolicy": "Always",
"registry" | |
| default_extras | map(any) | {} | |
| extras_injection_condition | list(string) | [] |
Outputs (3)
allhas_dependencieshas_no_dependenciesDetails
FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud HELM
Total downloads247
Inputs5
Outputs3
Namespacejd4883
Updated