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

Specify provider version for invokes #982

Merged
merged 4 commits into from
Feb 7, 2020
Merged

Conversation

lblackstone
Copy link
Member

Proposed changes

The SDK previously used invoke for Helm and YAML support,
but was not specifying the parent or version explicitly. As a result,
the provider plugin to use was nondeterministic, and could select
an incompatible version that lead to an error.

Related issues (optional)

Fixes #978

The SDK previously used invoke for Helm and YAML support,
but was not specifying the parent or version explicitly. As a result,
the provider plugin to use was nondeterministic, and could select
an incompatible version that lead to an error.
Using an explicit provider now, so resource counts
drop by one on these tests
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: invocation of kubernetes:yaml:decode returned an error: Unknown Invoke type 'kubernetes:yaml:decode'
2 participants