fix: remove nfd tolerations & selectors

This commit is contained in:
auricom
2022-02-06 16:35:36 +01:00
parent a87173e758
commit 14e31f2385

View File

@@ -87,9 +87,3 @@ spec:
vendor: ["8086"]
annotations:
configmap.reloader.stakater.com/reload: "node-feature-discovery-worker-conf"
nodeSelector:
node-role.kubernetes.io/worker: "true"
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"