-
Notifications
You must be signed in to change notification settings - Fork 107
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
Helm values files for CLI #1974
Helm values files for CLI #1974
Conversation
Hi @scottboring. Thanks for your PR! I am @adamjensenbot.
Make sure this PR appears in the liqo changelog, adding one of the following labels:
|
Hi @scottboring thanks for your PR, that's something we planned to implement and I'm sure it will be really useful in the future. So thanks for your commitment to our project and your time, we really appreciate it. Just a few comments:
|
Hi @cheina97, thank you for the review and comments.
If you could please provide some more detail around the points 1 & 2, that would be helpful to ensure the changes I make align with your expectations. |
1/3. You are right, it's better to place the --values override where it is right now. |
Hi @cheina97, I've made the requested updates. Thank you for reviewing my PR and providing feedback. Let me know if there is any other feedback. Note that I used the Helm cli env settings here which I'm not sure is correct but aligns with how Helm works: https://github.com/liqotech/liqo/pull/1974/files#diff-a849a3ee27a1eaa15291b34f78d4adee1ef1e4e268d48eb3dd1338acb2f2c685R422 |
Please, launch |
Hi @cheina97, I believe this PR is ready to be merged. |
Please, can you squash the commits? |
b12d9e2
to
f860e1a
Compare
@cheina97 commits have been squashed |
/rebase test=true |
…ng CLI easier to use when multiple values need to be overridden
f860e1a
to
94ee1c9
Compare
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
/merge |
Description
Adding optional flag for values file similar to helm values file making CLI easier to use when multiple values need to be overridden. The new flag is --values, the same as helm and functions the same way in that is supports multiple files including files from URLs.
How Has This Been Tested?
Tested multiple scenarios locally