Skip to content

Commit

Permalink
[prometheus-node-exporter] add automountServiceAccountToken for servi…
Browse files Browse the repository at this point in the history
…ceaccount resource (prometheus-community#4629)

* [prometheus-node-exporter] add automountServiceAccountToken for serviceAccount resource (prometheus-community#4628)

Signed-off-by: Reddysekhar Gaduputi <[email protected]>

* Update charts/prometheus-node-exporter/Chart.yaml

Co-authored-by: zeritti <[email protected]>
Signed-off-by: Reddysekhar Gaduputi <[email protected]>

---------

Signed-off-by: Reddysekhar Gaduputi <[email protected]>
Co-authored-by: zeritti <[email protected]>
  • Loading branch information
rgaduput and zeritti authored Jun 28, 2024
1 parent 48ef660 commit b59b5d6
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.36.0
version: 4.37.0
appVersion: 1.8.1
home: https://github.com/prometheus/node_exporter/
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }}
{{- if or .Values.serviceAccount.imagePullSecrets .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- include "prometheus-node-exporter.imagePullSecrets" (dict "Values" .Values "imagePullSecrets" .Values.serviceAccount.imagePullSecrets) | indent 2 }}
Expand Down

0 comments on commit b59b5d6

Please sign in to comment.