Skip to content

Commit 8000982

Browse files
author
manumura
committed
fix prometheus node-exporter prometheus-community/helm-charts#467
1 parent fae58fa commit 8000982

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apps/templates/prometheus.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ spec:
1818
helm:
1919
values: |
2020
fullnameOverride: prometheus
21+
valueFiles:
22+
- value-prometheus.yaml
2123
syncPolicy:
2224
automated:
2325
prune: true

apps/templates/values-prometheus.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
prometheus-node-exporter:
2+
hostRootFsMount: false

0 commit comments

Comments
 (0)