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

Terraform code and scripts for deploying Helm Server (Helm v2) on a Kubernetes cluster. https://www.gruntwork.io

Results 4 terraform-kubernetes-helm issues
Sort by recently updated
recently updated
newest added

Is there a way to not use TLS?

During `terraform apply` my deployment process gets stuck and terminated after 10 minutes . This is the last action being executed: ``` module.helm.module.tiller.kubernetes_deployment.tiller: Creating... CinderVolumeSource)(nil), CephFS:(*v1.CephFSVolumeSource)(nil), Flocker:(*v1.FlockerVolumeSource)(nil), DownwardAPI:(*v1.DownwardAPIVolumeSource)(nil), FC:(*v1.FCVolumeSource)(nil), AzureFile:(*v1.AzureFileVolumeSource)(nil),...

The default Tiller resource mgmt role should not include RBAC permissions, as that makes it easy to break the sandbox. Instead, provide a separate, `_with_rbac` role that can be used...

enhancement
help wanted
good first issue

See https://kubernetes.io/docs/concepts/policy/resource-quotas/ for more details. Design needed on how the module input should look like.

enhancement
help wanted
good first issue