1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 08:17:04 +00:00

[helm] fix nfd worker tolerations value

the tolerations value is array therefore we need to pass
[] and not {}

Signed-off-by: Moshe Levi <moshele@nvidia.com>
This commit is contained in:
Moshe Levi 2021-03-19 00:41:45 +02:00
parent 6bd5c14df9
commit 57575231ab

View file

@ -208,7 +208,7 @@ worker:
nodeSelector: {}
tolerations: {}
tolerations: []
annotations: {}