fix(node-exporter): Add toleration for ingress node
This commit is contained in:
parent
11eefe9cdb
commit
6de3bc6380
@ -46,6 +46,11 @@ spec:
|
||||
mountPropagation: HostToContainer
|
||||
name: root
|
||||
readOnly: true
|
||||
tolerations:
|
||||
- key: type
|
||||
operator: Equal
|
||||
value: services
|
||||
effect: NoSchedule
|
||||
volumes:
|
||||
- hostPath:
|
||||
path: /sys
|
||||
|
Loading…
Reference in New Issue
Block a user