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 bug with Go Helm v3 transformation marshaling #1420

Merged
merged 2 commits into from
Jan 12, 2021

Conversation

lblackstone
Copy link
Member

Proposed changes

The Helm v3 code was incorrectly trying to marshal transformation functions into JSON before invoking the provider's Helm support. The transformations only execute in the context of the SDK, so the correct behavior is to omit those in the marshaled JSON.

Related issues (optional)

Fix #1369

The Helm v3 code was incorrectly trying to marshal transformation functions
into JSON before invoking the provider's Helm support. The transformations
only execute in the context of the SDK, so the correct behavior is to omit those
in the marshaled JSON.
@lblackstone lblackstone merged commit 908b8f9 into master Jan 12, 2021
@pulumi-bot pulumi-bot deleted the lblackstone/helm3-transformation-json branch January 12, 2021 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error with yaml transformation in go helm/v3
3 participants