From 2fd8a38a971892b775481c79d34e910cdd75dca2 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 4 Jun 2020 20:25:44 -0300 Subject: [PATCH] [stable/prometheus-mysql-exporter]: fix docs typo (#22674) Signed-off-by: Carlos Alexandro Becker --- stable/prometheus-mysql-exporter/Chart.yaml | 2 +- stable/prometheus-mysql-exporter/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/prometheus-mysql-exporter/Chart.yaml b/stable/prometheus-mysql-exporter/Chart.yaml index cef9af6113..adf1ab1af7 100644 --- a/stable/prometheus-mysql-exporter/Chart.yaml +++ b/stable/prometheus-mysql-exporter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart for prometheus mysql exporter with cloudsqlproxy name: prometheus-mysql-exporter -version: 0.5.2 +version: 0.5.3 home: https://github.com/prometheus/mysqld_exporter appVersion: v0.11.0 sources: diff --git a/stable/prometheus-mysql-exporter/README.md b/stable/prometheus-mysql-exporter/README.md index a1f78c7598..6ba93ffaf9 100644 --- a/stable/prometheus-mysql-exporter/README.md +++ b/stable/prometheus-mysql-exporter/README.md @@ -65,7 +65,7 @@ The following table lists the configurable parameters of the mysql exporter char | `cloudsqlproxy.instanceConnectionName` | Google Cloud instance connection name | `project:us-central1:dbname` | | `cloudsqlproxy.port` | Cloud SQL Proxy listening port | `3306` | | `cloudsqlproxy.credentials` | Cloud SQL Proxy service account credentials | `bogus credential file` | -| `serviceMonitor.enable` | Integration with prometheus-operator | `false` | +| `serviceMonitor.enabled` | Integration with prometheus-operator | `false` | | `serviceMonitor.interval` | Interval for polling this exporter | | | `serviceMonitor.scrapeTimeout` | Timeout where exporter is considered faulty | | | `serviceMonitor.jobLabel` | Label to use to retrieve the job name from | `""` |