Skip to content

Commit 505611b

Browse files
authored
Remove references to the driver ConfigMap (#40)
As a leftover of: - Remove driver version check #37 the daemonset deployment file must be updated removing related references. Signed-off-by: Andrea Panattoni <[email protected]>
1 parent e3dd690 commit 505611b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

deployment/daemonset.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ spec:
6161
- mountPath: /host/cpu_manager_state
6262
name: cpucheckpoint
6363
readOnly: true
64-
- name: sriov-network-metrics-exporter
65-
mountPath: /etc/sriov-network-metrics-exporter
6664
nodeSelector:
6765
kubernetes.io/os: linux
6866
feature.node.kubernetes.io/network-sriov.capable: "true"
@@ -94,9 +92,6 @@ spec:
9492
path: /sys/devices
9593
type: "Directory"
9694
name: sysdevices
97-
- name: sriov-network-metrics-exporter
98-
configMap:
99-
name: sriov-network-metrics-exporter
10095
---
10196
apiVersion: v1
10297
kind: Service

0 commit comments

Comments
 (0)