terraform-kubernetes-helm icon indicating copy to clipboard operation
terraform-kubernetes-helm copied to clipboard

Without TLS

Open ryudice opened this issue 5 years ago • 3 comments

Is there a way to not use TLS?

ryudice avatar Nov 06 '19 21:11 ryudice

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

yorinasub17 avatar Nov 06 '19 21:11 yorinasub17

Does this means Helm v3 ins't supported or that I can install the new version with TLS? 🤔

davi5e avatar Nov 28 '19 22:11 davi5e

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.

autero1 avatar Nov 29 '19 08:11 autero1