You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for a great tool! Most 3rd party helm charts we've used support tolerations: and nodeSelector: at the top level of the values.yaml file to help control which nodepool it will run on. It is pretty easy to implement. If you'd like a merge request, let me know.
Hi! Thanks for a great tool! Most 3rd party helm charts we've used support
tolerations:
andnodeSelector:
at the top level of the values.yaml file to help control which nodepool it will run on. It is pretty easy to implement. If you'd like a merge request, let me know.default values.yaml:
Overridden values.yaml example:
They are placed under
spec.template.spec
in the deployment template.Thanks!
The text was updated successfully, but these errors were encountered: