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

feat: support multi-document values files #13655

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LuBingtan
Copy link
Contributor

What this PR does / why we need it:
close #13097
Special notes for your reviewer:

@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jan 24, 2025
@robertsirc
Copy link
Contributor

Hello, thank you for your pull request. This function doesn't have any associated unit test for this. Is it possible to have that added to ensure we don't break functionality.

@robertsirc robertsirc added the needs-test This pull request needs testing added. label Jan 24, 2025
Copy link
Member

@gjenkins8 gjenkins8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Along with @robertsirc comment about tests, this only addresses values files specified on the command line. I think for consistency, we should support multi-document values files for both cli overrides, and default chart values.

This also somewhat implies we should unify the value file load process between chart's and the cli.

(it could be argued we do one first, but at least my opinion is we should do both at thg same time for consistency)

@LuBingtan
Copy link
Contributor Author

Thanks for your comments! Let me update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-test This pull request needs testing added. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RFE: Support for multi-document values files
3 participants