hashicorp / terraform-provider-helm

Terraform Helm provider
https://www.terraform.io/docs/providers/helm/
Mozilla Public License 2.0
989 stars 364 forks source link

Expose insecure-skip-tls-verify attribute to install from insecured registry #1385

Open dormullor opened 3 weeks ago

dormullor commented 3 weeks ago

Helm cli supports a flag for installing a helm chart for insecured registry,

It would be great to expose this attribute for the helm_release resource

dormullor commented 3 weeks ago

I've submitted a PR to add this functionality https://github.com/hashicorp/terraform-provider-helm/pull/1386