-
Notifications
You must be signed in to change notification settings - Fork 5.9k
feat: Add support for ingressClassName in Helm Chart #4844
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
Conversation
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 so much for adding this!
Looks good to me but let me get a second opinion from the experts.
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! Thanks for this contribution
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 good, other than the comment above about the legacy annotation no changes needed.
Thanks for helping!
❤️
Thanks @jsjoeio, @jawnsy, and @Matthew-Beckett. Feedback integrated into the latest commit. |
Co-authored-by: Jonathan Yu <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #4844 +/- ##
=======================================
Coverage 69.17% 69.17%
=======================================
Files 29 29
Lines 1645 1645
Branches 363 363
=======================================
Hits 1138 1138
Misses 430 430
Partials 77 77 Continue to review full report at Codecov.
|
Allow configuring the ingress class via a value.
Fixes #NA - No issue created due to minor nature of change.
This adds an optional parameter to the ingress object for
ingressClassName
which is available in K8s 1.18+. More information oningressClassName
can be found here.Please let me know if you need any more information or other changes. I did a minor version bump for the chart, but happy to remove that if needed.