Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpedrosaSnoo committed May 8, 2024
1 parent aac5226 commit 01e0085
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions charts/unpoller/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# unpoller

![Version: 2.11.2](https://img.shields.io/badge/Version-2.11.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.11.2](https://img.shields.io/badge/AppVersion-2.11.2-informational?style=flat-square)
![Version: 2.11.2-Chart5](https://img.shields.io/badge/Version-2.11.2--Chart5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.11.2](https://img.shields.io/badge/AppVersion-v2.11.2-informational?style=flat-square)

A Helm chart for unpoller, a unifi prometheus exporter. This chart helps deploy Unpoller (unifi metrics exporter)
in kubernetes clusters.
Expand All @@ -9,15 +9,16 @@ It supports integration with Prometheus operator, so a PodMonitor is created tha
Optionally, it can deploy automatically the dashboards into a Grafana instance through the integration with GrafanaOperator:
* Creates a Grafana CR with the credentials provided (or reuses existing Grafana object)
* Creates a Dashboard instance for all the unpoller provided charts.
See Readme.MD for details, and values.yaml for all the configuration options.

See further documentation in how to install unpoller in Kubernetes in http://unpoller.github.io/helm-chart (will be updated)
See further documentation in how to install unpoller in Kubernetes in http://unpoller.github.io/helm-chart

**Note**: *This is a best effort to keep this chart working for kubernetes.*

**Homepage:** <https://unpoller.com/>

## Source Code

* <https://github.com/unpoller/unpoller>
* <https://github.com/unpoller/helm-chart>

## Values

Expand All @@ -28,7 +29,7 @@ See further documentation in how to install unpoller in Kubernetes in http://unp
| dashboards.grafana.create | bool | `true` | |
| dashboards.grafana.secret.existingSecretName | string | `""` | |
| dashboards.grafana.secret.password | string | `"prom-operator"` | |
| dashboards.grafana.secret.username | string | `"prom"` | |
| dashboards.grafana.secret.username | string | `"admin"` | |
| dashboards.grafana.selectorLabels | object | `{}` | |
| dashboards.grafana.url | string | `""` | |
| fullnameOverride | string | `""` | |
Expand Down

0 comments on commit 01e0085

Please sign in to comment.