-
Notifications
You must be signed in to change notification settings - Fork 82
Add nodeSelector and tolerations to hooks #564
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
|
Thank you for your contribution! Can you please add a test? |
|
I'm not sure I understand what is required. |
Sure, can we also test that by adding |
|
I ran I received the following valid manifest. |
[...]
That's great to hear but unit tests are useful to validate this in code and make sure there are no unexpected regressions in future changes, etc. |
|
I don't understand what you're asking me to do %( |
|
The tests in this PR did not run. The message is |
I'm asking if you can add a unit test to validate your changes to add Let me know if something is not clear. Thank you! 🙇 |
|
I did it |
|
The e2e test is broken( |
Yes, it's due to an upstream issue k3s-io/k3s#6052 |
guidoiaquinti
left a comment
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 once CI is ✅. Thank you for your contribution! 🎉
|
@guidoiaquinti, my commit was not included in the new tag 26.6.1, will they be included in the next one? |
|
Apologies but our CI bot had an issue publishing the release. I've triggered a new run that published |
Description
Added nodeSelector and tolerations to hooks
Type of change
How has this been tested?
helm upgrade --dry-run
Checklist