mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/grafana] Fix typo in grafana chart README (#19016)
* Fix typo in grafana chart README Signed-off-by: John Jeffers <john.jeffers@cloudability.com> * Update Chart.yaml Signed-off-by: John Jeffers <john.jeffers@cloudability.com> * bump chart version Signed-off-by: John Jeffers <john.jeffers@cloudability.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c8410aaa83
commit
254bb630c2
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: grafana
|
||||
version: 4.1.1
|
||||
version: 4.1.2
|
||||
appVersion: 6.5.0
|
||||
kubeVersion: "^1.8.0-0"
|
||||
description: The leading tool for querying and visualizing time series and metrics.
|
||||
|
||||
@@ -101,7 +101,7 @@ This version requires Helm >= 2.12.0.
|
||||
| `dashboards` | Dashboards to import | `{}` |
|
||||
| `dashboardsConfigMaps` | ConfigMaps reference that contains dashboards | `{}` |
|
||||
| `grafana.ini` | Grafana's primary configuration | `{}` |
|
||||
| `ldap_enabled` | Enable LDAP authentication | `false` |
|
||||
| `ldap.enabled` | Enable LDAP authentication | `false` |
|
||||
| `ldap.existingSecret` | The name of an existing secret containing the `ldap.toml` file, this must have the key `ldap-toml`. | `""` |
|
||||
| `ldap.config ` | Grafana's LDAP configuration | `""` |
|
||||
| `annotations` | Deployment annotations | `{}` |
|
||||
|
||||
Reference in New Issue
Block a user