-
Notifications
You must be signed in to change notification settings - Fork 880
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
Allow also yaml configuration for nodeSelector, tolerations and affinities #380
Comments
I believe these are all supported, so closing this ticket. Feel free to reopen if you think I made an error! |
vault-helm/templates/_helpers.tpl Line 216 in dcb4b10
|
I am not sure if I see what was changed in this. According to the docs all Could you maybe clarify what you changed to incorporate this? |
My apologies, just misremembering. We added YAML support for a lot of other configurables, but missed these. We'll get these added. |
Fixed in #565 |
Similar to #272 (and somewhat also #213 ), it would be great to add support for using yaml instead of a string to configure the tolerations, affinity, and nodeSelector for the various components (injector, server). This would also be in line with how this is done in many other popular charts (which then ties in to #55 ).
The text was updated successfully, but these errors were encountered: