Skip to content

Commit

Permalink
fix prometheus node-exporter prometheus-community/helm-charts#467
Browse files Browse the repository at this point in the history
  • Loading branch information
manumura committed Apr 1, 2022
1 parent fae58fa commit 8000982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/templates/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ spec:
helm:
values: |
fullnameOverride: prometheus
valueFiles:
- value-prometheus.yaml
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 2 additions & 0 deletions apps/templates/values-prometheus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
prometheus-node-exporter:
hostRootFsMount: false

0 comments on commit 8000982

Please sign in to comment.