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:
parent
6bd5c14df9
commit
57575231ab
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ worker:
|
|||
|
||||
nodeSelector: {}
|
||||
|
||||
tolerations: {}
|
||||
tolerations: []
|
||||
|
||||
annotations: {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue