chart-parser-helm
jd4883/chart-parser-helm/helm
Terraform Module
HCL
HELM
A simple but clean helm chart parser. Build as a wrapper around the helm terraform provider
Install
module "chart-parser-helm" {
source = "jd4883/chart-parser-helm/helm"
version = "0.1.3"
}
README
terraform-helm-chart-parser A simple but clean helm chart parser. Build as a wrapper around the helm terraform provider
Inputs (14)
| Name | Type | Description | Default |
|---|---|---|---|
| image | object({ pullPolicy = stri | required | |
| middlewares_namespace | string | required | |
| chart | string | required | |
| middlewares | list(map(string)) | required | |
| repository | string | required | |
| domain | string | required | |
| entrypoints | list(string) | required | |
| extras | map | {} | |
| create_namespace | bool | false | |
| env | map(object({ PUID = number | {
"env": {
"PGID": 1000,
"PUID | |
| traefik-api-version | string | "traefik.containo.us/v1alpha1" | |
| dns_servers | list(string) | [
"8.8.8.8",
"8.8.4.4"
] | |
| exempt_values | list(string) | Charts to exempt from dynamic value parsing | [
"nfs-subdir-external-provisioner"
] |
| no_set_defaults | bool | false |
Resources (2)
helm_releasekubectl_manifest
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.3
Cloud HELM
Total downloads248
Inputs14
Resources2
Namespacejd4883
Updated