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"
}
plain text: /constructs/tfmod-jd4883-chart-values-parser-helm/install.txt
⭐ Source on GitHub 📦 Registry page
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)
NameTypeDescriptionDefault
chartsany required
extras_payloadany{}
image_defaultobject({ pullPolicy = stri{ "pullPolicy": "Always", "registry"
default_extrasmap(any){}
extras_injection_conditionlist(string)[]
Outputs (3)
all
has_dependencies
has_no_dependencies
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud HELM
Total downloads247
Inputs5
Outputs3
Namespacejd4883
Updated