This repository contains some Helm Charts.
To use the charts, add the niclic
repo to your list of Helm repositories.
helm repo add niclic https://niclic.github.com/helm-charts
Later, to get new versions of charts, update your list of repositories.
helm repo update
Review the list of available charts.
helm search repo niclic
This chart is an updated version of the original unmerged PR in the Helm Repo.
To install this chart, use something like this.
# install prometheus-statsd-exporter
helm install prometheus-statsd-exporter niclic/prometheus-statsd-exporter
Contributions are welcome via GitHub pull requests.