Update rook-ceph kubernetes deployment
[infra/stack/kubernetes.git] / apps / prometheus / kubespray / playbooks / roles / install / templates / values.yaml.j2
index 58a96cb5582851d83f2d412e347e162fda8906ed..ad4b181721a51566c653133e250a98b82f71ffc2 100644 (file)
@@ -570,7 +570,9 @@ nodeExporter:
   ## Node tolerations for node-exporter scheduling to nodes with taints
   ## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
   ##
-  tolerations: []
+  tolerations:
+    - effect: NoExecute
+      operator: Exists
     # - key: "key"
     #   operator: "Equal|Exists"
     #   value: "value"