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

Fix: Using set sometimes gets Helm provider confused #6

Merged
merged 40 commits into from
Aug 4, 2021

Conversation

roni-frantchi
Copy link
Contributor

@roni-frantchi roni-frantchi commented Jul 19, 2021

There are several reports of unresolved issues when using the set block of helm provider, see:

I have encountered this issue when using this module as well and using var.settings to set values.

When passing values via the values attribute of helm provider, these seem to go away.
This PR adds the ability to do so, while keeping settings for backwards compatibility.

@dojci dojci requested a review from Thumbiceq July 22, 2021 17:11
@martinhaus martinhaus self-requested a review August 4, 2021 08:34
@martinhaus
Copy link
Member

Hi, @roni-frantchi,
thanks for the PR. This issue is caused by the Helm provider, not the module itself. I still think we can add the ability to pass values through a variable as long as we also keep the option to use --set.

Can you please update the readme to reflect your changes and also please squash your commits so the PR has a meaningful commit history? We can merge it after that

@martinhaus martinhaus added the enhancement New feature or request label Aug 4, 2021
@roni-frantchi
Copy link
Contributor Author

Thanks @martinhaus - I've updated the description in readme file to match that of the Terraform value.
Let me know if that makes sense - any suggestions are welcome

@martinhaus
Copy link
Member

@roni-frantchi thanks, can you update the readme to the same format as the variable description? The additional formatting causes the tf-docs check to fail.

@martinhaus
Copy link
Member

@roni-frantchi there's still an formatting issue. You've put additional " in there. Try running the precommit hooks locally to verify your commits

@martinhaus martinhaus merged commit 1d8a470 into lablabs:master Aug 4, 2021
@roni-frantchi
Copy link
Contributor Author

Thanks for merging @martinhaus !
Any chance we can get a release out?

@martinhaus
Copy link
Member

Yes, done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants