Skip to content

Commit

Permalink
Merge pull request prometheus-community#14 from junotx/node-exporter
Browse files Browse the repository at this point in the history
[prometheus-node-exporter] fix missing namespace
  • Loading branch information
benjaminhuo authored Apr 7, 2023
2 parents 05fc639 + 0d3c34e commit 37b6b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-node-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- prometheus
- exporter
type: application
version: 4.14.0
version: 4.14.1
appVersion: 1.5.0
home: https://github.com/prometheus/node_exporter/
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "prometheus-node-exporter.fullname" . }}-rbac-config
namespace: {{ include "prometheus-node-exporter.namespace" . }}
data:
config-file.yaml: |+
authorization:
Expand Down

0 comments on commit 37b6b45

Please sign in to comment.