hashicorp / terraform-provider-helm

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

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

Open dormullor opened 5 months ago

dormullor commented 5 months 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 5 months ago

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