Tolerations For Scheduling
The tolerations option expects an object which sets the tolerations Kubernetes attribute for Pods.
Default Value For tolerations
tolerations: {}Example: Setting Tolerations For Scheduling
containers:- image: john/appbackendtolerations:- key: "node.kubernetes.io/unreachable"  operator: "Exists"  effect: "NoExecute"  tolerationSeconds: 6000