Skip to content

Commit

Permalink
Remove references to the driver ConfigMap (#40)
Browse files Browse the repository at this point in the history
As a leftover of:
- Remove driver version check  #37

the daemonset deployment file must be updated
removing  related references.

Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
  • Loading branch information
zeeke authored Jun 11, 2024
1 parent e3dd690 commit 505611b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deployment/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ spec:
- mountPath: /host/cpu_manager_state
name: cpucheckpoint
readOnly: true
- name: sriov-network-metrics-exporter
mountPath: /etc/sriov-network-metrics-exporter
nodeSelector:
kubernetes.io/os: linux
feature.node.kubernetes.io/network-sriov.capable: "true"
Expand Down Expand Up @@ -94,9 +92,6 @@ spec:
path: /sys/devices
type: "Directory"
name: sysdevices
- name: sriov-network-metrics-exporter
configMap:
name: sriov-network-metrics-exporter
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 505611b

Please sign in to comment.