Skip to content

Commit e326399

Browse files
committed
add toleration values as example to values.yaml
So people have some reference on how to use them.
1 parent 730b28c commit e326399

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/missing-container-metrics/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ useContainerd: true
4848
nodeSelector: {}
4949
# Specify on which nodes this should run. E.g.
5050
# company.com/nodegroup: "prometheus"
51+
52+
# tolerations:
53+
# - key: "key1"
54+
# operator: "Equal"
55+
# value: "value1"
56+
# effect: "NoSchedule"

0 commit comments

Comments
 (0)