This will allow the pods to be scheduled in nodes with taints.
I'm making the assumption that we want to run this application in control-plane nodes and other "special" nodes since we need metrics from them too.
I added a default toleration to make it schedule in control-plane nodes. You can find the same kind of toleration in the prometheus-node-exporterchart.
This will allow the pods to be scheduled in nodes with taints. I'm making the assumption that we want to run this application in control-plane nodes and other "special" nodes since we need metrics from them too. I added a default toleration to make it schedule in control-plane nodes. You can find the same kind of toleration in the prometheus-node-exporter chart.