From 80009827af82d900179123b3f44daa333178687d Mon Sep 17 00:00:00 2001 From: manumura Date: Fri, 1 Apr 2022 14:25:22 +0700 Subject: [PATCH] fix prometheus node-exporter https://github.com/prometheus-community/helm-charts/issues/467 --- apps/templates/prometheus.yaml | 2 ++ apps/templates/values-prometheus.yaml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 apps/templates/values-prometheus.yaml diff --git a/apps/templates/prometheus.yaml b/apps/templates/prometheus.yaml index c646963..34fc018 100644 --- a/apps/templates/prometheus.yaml +++ b/apps/templates/prometheus.yaml @@ -18,6 +18,8 @@ spec: helm: values: | fullnameOverride: prometheus + valueFiles: + - value-prometheus.yaml syncPolicy: automated: prune: true diff --git a/apps/templates/values-prometheus.yaml b/apps/templates/values-prometheus.yaml new file mode 100644 index 0000000..a7a96df --- /dev/null +++ b/apps/templates/values-prometheus.yaml @@ -0,0 +1,2 @@ +prometheus-node-exporter: + hostRootFsMount: false \ No newline at end of file