terraform-kubernetes-helm
terraform-kubernetes-helm copied to clipboard
Without TLS
Is there a way to not use TLS?
This module is focusing on a production grade deployment of Tiller, and TLS is a central part of that. If you want to deploy tiller without TLS, then you can depend on manually installing it with helm init
, or with one of the other modules on the registry, such as https://registry.terraform.io/modules/iplabs/tiller/kubernetes
Does this means Helm v3 ins't supported or that I can install the new version with TLS? 🤔
Does this means Helm v3 ins't supported or that I can install the new version with TLS?
There's no more Tiller in Helm 3, so the TLS issue does not apply here.