From e854f9962b53a71192c7f3e333076b58dce74345 Mon Sep 17 00:00:00 2001 From: Nicole Date: Thu, 1 Feb 2024 08:12:16 -0700 Subject: [PATCH] disable sysfsmount Signed-off-by: Nicole --- charts/prometheus-node-exporter/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-node-exporter/values.yaml b/charts/prometheus-node-exporter/values.yaml index c2e21fc5c8be..3488c1bc908f 100644 --- a/charts/prometheus-node-exporter/values.yaml +++ b/charts/prometheus-node-exporter/values.yaml @@ -325,7 +325,7 @@ hostProcFsMount: # Mount the node's sys file system (/) at /host/sys in the container hostSysFsMount: - enabled: true + enabled: false # Possible values are None, HostToContainer, and Bidirectional mountPropagation: HostToContainer