This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 59f6f74  Fix prometheus node-exporter crashloop (#488)
59f6f74 is described below

commit 59f6f74fd7e1adbabe41b7dd184c7f201525669f
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Apr 12 03:10:24 2024 -0700

    Fix prometheus node-exporter crashloop (#488)
---
 charts/pulsar/values.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml
index 50fbc1c..1094510 100755
--- a/charts/pulsar/values.yaml
+++ b/charts/pulsar/values.yaml
@@ -1256,6 +1256,8 @@ kube-prometheus-stack:
           datasource: Prometheus
   prometheus-node-exporter:
     enabled: true
+    hostRootFsMount:
+      enabled: false
   alertmanager:
     enabled: false
 

Reply via email to