1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 02:37:11 +00:00

Fix daemonset deployment template

Remove incorrect tolerations that accidentally crept in with the helm
charts and break the deployment.
This commit is contained in:
Markus Lehtonen 2021-02-23 10:07:10 +02:00
parent 3e00bfb2ae
commit c899d69459

View file

@ -32,11 +32,6 @@ spec:
drop: ["ALL"]
readOnlyRootFilesystem: true
runAsNonRoot: true
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Equal"
value: ""
effect: "NoSchedule"
command:
- "nfd-worker"
args: