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!