1Password / connect-helm-charts

Official 1Password Helm Charts
https://developer.1password.com
MIT License
90 stars 73 forks source link

tolerations in helm-templates #63

Closed rowa78 closed 2 years ago

rowa78 commented 3 years ago

Summary

I have nodes with some taints. Therefore i want to specify tolerations for the deployements. In this helmchart, i can't set those tolerations.

Use cases

I have a separate worker. The normal workload should not be deployed there. So i tainted the node. But i want the connect-deployment on this node.

Proposed solution

add tolerations to the helm-chart-templates. I'll prepare an PR for this.

insider89 commented 3 years ago

Can someone review PR?