helm-install

dansible/helm-install/null

Terraform Module HCL NULL

Terraform module to install Helm on a K8s cluster

Install
module "helm-install" {
source = "dansible/helm-install/null"
version = "0.0.2"
}
plain text: /constructs/tfmod-dansible-helm-install-null/install.txt
⭐ Source on GitHub 📦 Registry page
README

K8s Helm Install This Terraform module installs Helm on a K8s cluster. - Usage - Variables - Dependencies - Links Usage ``hcl module "helm" { source = "git@github.com:dansible/terraform-null-helm-install.git?ref=v0.0.2" kubeconfig = "${module.k8s.kubeconfig}" # This is assumed to be the output of the GKE module but can be any Kubeconfig enabled = true depends_on = "${module.pre-install}" # This can be any TF resource } ` Variables For more info, please see the variables file. | Variable | Description | Default | | :--------------------- | :---------------------------------- | :---------------------------------------------------- | | kubeconfig | Kubeconfig for cluster in which Helm will be installed. | (Required) | | name | Temporary name to assign to kubeconfig. | tmp | | tiller_version |

Inputs (5)
NameTypeDescriptionDefault
kubeconfigstringKubeconfig for cluster in which Helm will be installed. required
namestringTemporary name to assign to kubeconfig. Defaults to tmp."tmp"
tiller_versionstringVersion of Tiller component. Must match the Helm cli on the machine executing Te"v2.12.3"
enabledstringWhether to enable this module. This allows for Helm to be properly uninstalled.true
depends_onlistDummy variable to enable module dependencies.[]
Outputs (1)
dependency — Dummy output to enable module dependencies.
Resources (1)
null_resource
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.2
Cloud NULL
★ Stars1
Forks1
Total downloads806
Inputs5
Outputs1
Resources1
Namespacedansible
Updated