We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730b28c commit e326399Copy full SHA for e326399
1 file changed
docs/missing-container-metrics/values.yaml
@@ -48,3 +48,9 @@ useContainerd: true
48
nodeSelector: {}
49
# Specify on which nodes this should run. E.g.
50
# company.com/nodegroup: "prometheus"
51
+
52
+# tolerations:
53
+# - key: "key1"
54
+# operator: "Equal"
55
+# value: "value1"
56
+# effect: "NoSchedule"
0 commit comments