diff --git a/tests-hivemq-platform-operator/src/integrationTest/java/com/hivemq/helmcharts/AbstractHelmMonitoringIT.java b/tests-hivemq-platform-operator/src/integrationTest/java/com/hivemq/helmcharts/AbstractHelmMonitoringIT.java index 487dd18d..da9d50d4 100644 --- a/tests-hivemq-platform-operator/src/integrationTest/java/com/hivemq/helmcharts/AbstractHelmMonitoringIT.java +++ b/tests-hivemq-platform-operator/src/integrationTest/java/com/hivemq/helmcharts/AbstractHelmMonitoringIT.java @@ -31,6 +31,8 @@ final void setup() throws Exception { helmChartContainer.addHelmRepo("prometheus-community", "https://prometheus-community.github.io/helm-charts"); helmChartContainer.installChart(MONITORING_RELEASE, "prometheus-community/kube-prometheus-stack", + "--set", + "prometheus-node-exporter.hostRootFsMount.enabled=false", "-n", MONITORING_NAMESPACE, "--create-namespace");