Hi there, how do I pass taints and tolerations as ...
# general
r
Hi there, how do I pass taints and tolerations as params to the helm chart? Been googling the syntax but can't find correct way to do it. An example will be much appreciated thanks
x
you can export all values to values.yaml file, then edit it, then helm install with values.yaml file
r
Sure, I'll try that