Update versions of addons
[icn.git] / deploy / qat-plugin / icn / node-selector-patch.yaml
1 apiVersion: apps/v1
2 kind: DaemonSet
3 metadata:
4   name: intel-qat-kernel-plugin
5 spec:
6   template:
7     spec:
8       nodeSelector:
9         feature.node.kubernetes.io/iommu-enabled: "true"
10         feature.node.kubernetes.io/custom-qat: "true"