diff --git a/kubernetes/infrastructure/prometheus-node-exporter/app/deployment.yaml b/kubernetes/infrastructure/prometheus-node-exporter/app/deployment.yaml index b84ceb1..3931c6c 100644 --- a/kubernetes/infrastructure/prometheus-node-exporter/app/deployment.yaml +++ b/kubernetes/infrastructure/prometheus-node-exporter/app/deployment.yaml @@ -32,7 +32,6 @@ spec: image: prom/node-exporter args: - "--path.rootfs=/host" - - "--cap-add=SYS_TIME" volumeMounts: - name: node-volume mountPath: /host