add toleration
Some checks failed
lint-test-helm / helm-lint (push) Failing after 5s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-06-20 13:54:29 -05:00
parent 24aec19d05
commit e661cb8ed8

View File

@@ -63,6 +63,10 @@ node-feature-discovery:
requests: requests:
cpu: 20m cpu: 20m
memory: 60Mi memory: 60Mi
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
topologyUpdater: topologyUpdater:
enable: true enable: true
createCRDs: true createCRDs: true