ricoberger / script_exporter

Prometheus exporter to execute scripts and collect metrics from the output or the exit status.
MIT License
354 stars 82 forks source link

Allow Usage of ServiceAccount in Helm Chart #98

Closed ricoberger closed 1 year ago

ricoberger commented 1 year ago

It is now possible to provide the name of a ServiceAccount via the "serviceAccount.name" value in the Helm chart, which is then added to the Deployment of the script_exporter.

Closes #97