Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform Helm enforcing string for set values #1737

Merged
merged 1 commit into from
Aug 5, 2020

Commits on Aug 4, 2020

  1. Terraform Helm enforcing string for set values

    Looks like the most recent Helm provider forces that set value to be a
    string.
    
    Since we set it as an array in the Terraform value, this fix does the
    work to convert it to Helm array syntax.
    
    See:
    https://helm.sh/docs/intro/using_helm/#the-format-and-limitations-of---set
    markmandel committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    3ead906 View commit details
    Browse the repository at this point in the history