diff --git a/manifests/node-exporter/node-exporter-daemonset.yaml b/manifests/node-exporter/node-exporter-daemonset.yaml index 2446fee44d1cf5763d42d8c9e5b294f6672186e5..d98deee6e493f10366c74c6a3dd8e135b00a7647 100644 --- a/manifests/node-exporter/node-exporter-daemonset.yaml +++ b/manifests/node-exporter/node-exporter-daemonset.yaml @@ -12,7 +12,7 @@ spec: hostNetwork: true hostPID: true containers: - - image: quay.io/prometheus/node-exporter:v0.15.0 + - image: quay.io/prometheus/node-exporter:v0.15.0 args: - "--path.procfs=/host/proc" - "--path.sysfs=/host/sys"