Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 871 Bytes

README.md

File metadata and controls

44 lines (24 loc) · 871 Bytes

Helm Charts

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

Charts

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

Contributing

Contributions are welcome via GitHub pull requests.