-
Notifications
You must be signed in to change notification settings - Fork 49
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
Bug-fixes value-defaulting #20
Bug-fixes value-defaulting #20
Conversation
@amshuman-kr There were some bugs fixes associated with conversion of values that resulted in incorrent conversions example int conversion of size resources etc. PTAL. I have created a hotfix as well. Will trigger the release post to the review. |
37c64d7
to
fe43f22
Compare
fe43f22
to
b97a977
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.
Requires rebasing after #18, I think.
b97a977
to
4aa8959
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.
Looks fine. Just a couple of variable name changes 🙂
31b28fd
to
5b9af5f
Compare
@georgekuruvillak I don't see the variable name changes you marked as resolved. |
Co-Authored-By: Amshuman K R <[email protected]>
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.
Thanks for the changes!
What this PR does / why we need it:
This PR adds default values to values.yaml. It also takes care of go-template value conversion issues.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: