-
Notifications
You must be signed in to change notification settings - Fork 116
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
Don't require values for helm.Release #1761
Conversation
The helm.Release resource was not checking for computed values in the configuration during preview, which led to various failures in code that expects only resolved values.
Does the PR have any schema changes?Looking good! No breaking changes found. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The values
change LGTM. Could we add a test?
Removed an empty values object from an existing test to show that it works. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Looks like you will serialize merging these anyway,
# Conflicts: # CHANGELOG.md
Does the PR have any schema changes?Looking good! No breaking changes found. |
Proposed changes
Related issues (optional)
Fix #1714