Add generic NoExecute Toleration to NPD

This commit is contained in:
gmarek 2017-05-16 12:15:06 +02:00
parent 3948a2d6ce
commit 8ed74c8682

View File

@ -77,3 +77,6 @@ spec:
hostPath:
path: /etc/localtime
serviceAccountName: node-problem-detector
tolerations:
- operator: "Exists"
effect: "NoExecute"