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

FIX(#1158): add support for helm literal values #1510

Open rjinski opened 4 weeks ago

rjinski commented 4 weeks ago

Description

Fixes #1158 by adding support for literal helm values.

data "helm_template" "test" {
  name      = "test"
  namespace = "test"
  chart     = "./testChart"

  set_sensitive {
    name  = "password"
    type  = "literal"
    value = "{\"'hello_world"
  }
}

Acceptance tests

Release Note

Release note for CHANGELOG:

add support for helm literal values

References

1158

1474

https://github.com/helm/helm/pull/9182

Community Note

hashicorp-cla-app[bot] commented 4 weeks ago

CLA assistant check
All committers have signed the CLA.

hashicorp-cla-app[bot] commented 4 weeks ago

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes

Have you signed the CLA already but the status is still pending? Recheck it.