1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-14 20:56:42 +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>
(cherry picked from commit 57575231ab)
This commit is contained in:
Moshe Levi 2021-03-19 00:41:45 +02:00 committed by Markus Lehtonen
parent ecea38b71a
commit 57bbe54230

View file

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