Update versions of addons
[icn.git] / deploy / node-feature-discovery / icn / nfd-worker-conf-patch.yaml
1 apiVersion: v1
2 kind: ConfigMap
3 metadata:
4   name: nfd-worker-conf
5   namespace: node-feature-discovery
6 data:
7   nfd-worker.conf: |
8     sources:
9       custom:
10         - name: "iavf"
11           matchOn:
12             - pciId:
13                 class: ["0200"]
14                 vendor: ["8086"]
15                 device: ["1574", "1580", "1583", "1584", "1587", "1588", "37ce", "37cf", "37d0", "37d1", "37d2", "37d3"]
16         - name: "qat"
17           matchOn:
18             - pciId:
19                 class: ["0b40"]
20                 vendor: ["8086"]
21                 device: ["0435", "37c8", "6f54", "19e2"]
22       pci:
23         deviceClassWhitelist:
24           - "03"
25           - "12"
26           - "0200"
27           - "0b40"
28         deviceLabelFields:
29           - "class"
30           - "vendor"
31           - "device"