We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Updating a resource always ends up in an error: Failed to unmarshal manifest: EOF
Failed to unmarshal manifest: EOF
Steps to reproduce the issue:
k8s_manifest
Expected behavior Update should complete without errors
Additional context
I believe #79 introduced two serious breaking changes that led to this bug:
override_content
ignore_fields
content
Looking at the PR override_content also seems to be redundant and unnecessary since ignored fields can be computed without storing it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Updating a resource always ends up in an error:
Failed to unmarshal manifest: EOF
Steps to reproduce the issue:
k8s_manifest
resourceExpected behavior
Update should complete without errors
Additional context
I believe #79 introduced two serious breaking changes that led to this bug:
override_content
argument was introduced to track the original content, but it's only set whenignore_fields
is also providedcontent
values are not populated properly, unlessignore_fields
is also providedLooking at the PR
override_content
also seems to be redundant and unnecessary since ignored fields can be computed without storing it.The text was updated successfully, but these errors were encountered: