mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +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:
parent
ecea38b71a
commit
57bbe54230
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ worker:
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
tolerations: {}
|
tolerations: []
|
||||||
|
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue