Commit 8ed74c86 authored by gmarek's avatar gmarek

Add generic NoExecute Toleration to NPD

parent 3948a2d6
...@@ -77,3 +77,6 @@ spec: ...@@ -77,3 +77,6 @@ spec:
hostPath: hostPath:
path: /etc/localtime path: /etc/localtime
serviceAccountName: node-problem-detector serviceAccountName: node-problem-detector
tolerations:
- operator: "Exists"
effect: "NoExecute"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment