Skip to content

Commit

Permalink
Merge pull request #75 from junotx/node-exporter
Browse files Browse the repository at this point in the history
[prometheus-node-exporter] update serviceAccount.automountServiceAccountToken default to true
  • Loading branch information
benjaminhuo authored Jul 31, 2024
2 parents 3efc10e + 6f4a0cb commit c0f1f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.37.1
version: 4.37.2
appVersion: 1.8.1
home: https://github.com/prometheus/node_exporter/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-node-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ serviceAccount:
name: prometheus-node-exporter
annotations: {}
imagePullSecrets: []
automountServiceAccountToken: false
automountServiceAccountToken: true

securityContext:
fsGroup: 65534
Expand Down

0 comments on commit c0f1f0a

Please sign in to comment.