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
I'm currently installing through the helm chart and need to add the nodeSelector and tolerations fields to the deployment resource. In the cluster I'm deploying to we use taints on node pools to distinguish between separate teams so it is necessary to add a toleration to the deployment. I also wish to constrain the deployment to it's own node pool so I want to use a nodeSelector/nodeAffinity.
Would it be possible to upgrade the deployment helm chart to support these fields?
The text was updated successfully, but these errors were encountered:
I'm currently installing through the helm chart and need to add the nodeSelector and tolerations fields to the deployment resource. In the cluster I'm deploying to we use taints on node pools to distinguish between separate teams so it is necessary to add a toleration to the deployment. I also wish to constrain the deployment to it's own node pool so I want to use a nodeSelector/nodeAffinity.
Would it be possible to upgrade the deployment helm chart to support these fields?
The text was updated successfully, but these errors were encountered: