-
Notifications
You must be signed in to change notification settings - Fork 83
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
Tolerations option #47
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.
LGTM 👍
@chrisaq can you please rebase this and bump the chart version once more?
f19f2f7
to
d5b9eaa
Compare
@tumido Is it ok now, or do you have any other suggestions? |
@chrisaq nope, your code looks good to me. 🙂 Now we just need it to pass CI, please check on the |
@tumido Thanks, I left in a double entry in the README which I removed, so I believe the CI should pass now. |
@tumido Sorry to bother you again. |
@chrisaq no worries. 🙂 Your PR is changing the chart version to -![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
+![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) We want the README to display current data, not the previous version 🙂 If you want, you can get the |
c338226
to
810f2dc
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
/approve
810f2dc
to
900cb62
Compare
Just cleaned up the commit log, thanks for the pre-commit tip. |
@chrisaq sigh.. there seems to be one last issue. 😕 It won't allow me to merge your PR unless your commit is signed. https://docs.github.com/articles/about-gpg/ Can you please look into that? |
900cb62
to
7ff8407
Compare
@tumido Thank you for your continued patience. |
7ff8407
to
0951406
Compare
@tumido seems green here now! |
Description of the change
Add optional tolerations to the chart.
Existing or Associated Issue(s)
Additional Information
Not much to add here, it lets you choose which nodes in the cluster the containers are deployed to.
This is required in some cluster configurations.
Checklist
Chart.yaml
according to semver.values.yaml
and added to the README.md. The helm-docs utility can be used to generate the necessary content. Usehelm-docs --dry-run
to preview the content.ct lint
command.