-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Added nodeSelector, affinity and tolerations to helm chart #803
Conversation
Codecov Report
@@ Coverage Diff @@
## main #803 +/- ##
==========================================
- Coverage 68.50% 68.39% -0.12%
==========================================
Files 57 57
Lines 2210 2202 -8
==========================================
- Hits 1514 1506 -8
Misses 564 564
Partials 132 132
Continue to review full report at Codecov.
|
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 @ctolon22
Please also update the README for the chart and bump the chart version.
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
Thank you so much! |
* Added nodeSelector, affinity and tolerations to helm chart * Updated helm README.md and bumped version
Fixes #800