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

Allow adding more values.yaml #67

Open
zalsader opened this issue Jan 14, 2023 · 0 comments
Open

Allow adding more values.yaml #67

zalsader opened this issue Jan 14, 2023 · 0 comments

Comments

@zalsader
Copy link
Contributor

zalsader commented Jan 14, 2023

Since helmify always overwrites values.yaml, any additional values I would like to add get removed. One way to solve this would be to add an option where a file containing additional values is appeneded to the values.yaml file. Basically What I'd like to do is:

cat my-app.yaml | helmify -additional-values=additionalValues.yaml mychart

Which would be effectively equivalent to:

cat my-app.yaml | helmify mychart
cat additionalValues.yaml >> mychart/values.yaml

Alternatively, it would be nice if the values.yaml was edited instead of overwritten, since I would also like to add comments and use tools like helm-docs

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

No branches or pull requests

1 participant