From 6b08a1052b88f8211d066c1cac458564fca7d933 Mon Sep 17 00:00:00 2001 From: Eduardo Baitello Date: Mon, 18 Feb 2019 16:34:45 -0300 Subject: [PATCH] [stable/prometheus-operator] fix README.md (#11333) * Fix stable/prometheus-operator README.md Fix configuration parameter documentation for controller-manager Exporter Signed-off-by: Eduardo Baitello * [stable/prometheus-operator] Bump chart version Signed-off-by: Eduardo Baitello --- stable/prometheus-operator/Chart.yaml | 2 +- stable/prometheus-operator/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/prometheus-operator/Chart.yaml b/stable/prometheus-operator/Chart.yaml index 137c3f185a..be664f8f8b 100644 --- a/stable/prometheus-operator/Chart.yaml +++ b/stable/prometheus-operator/Chart.yaml @@ -9,7 +9,7 @@ name: prometheus-operator sources: - https://github.com/coreos/prometheus-operator - https://coreos.com/operators/prometheus -version: 2.2.4 +version: 2.2.5 appVersion: 0.26.0 home: https://github.com/coreos/prometheus-operator keywords: diff --git a/stable/prometheus-operator/README.md b/stable/prometheus-operator/README.md index 07ecd698d3..1f8bd0ee6f 100644 --- a/stable/prometheus-operator/README.md +++ b/stable/prometheus-operator/README.md @@ -265,7 +265,7 @@ The following tables lists the configurable parameters of the prometheus-operato | `kubeControllerManager.endpoints` | Endpoints where Controller-manager runs. Provide this if running Controller-manager outside the cluster | `[]` | | `kubeControllermanager.service.port` | Controller-manager port for the service runs on | `10252` | | `kubeControllermanager.service.targetPort` | Controller-manager targetPort for the service runs on | `10252` | -| `kubeControllermanager.service.targetPort.selector` | Controller-manager service selector | `{"k8s-app" : "kube-controller-manager" }` +| `kubeControllermanager.service.selector` | Controller-manager service selector | `{"k8s-app" : "kube-controller-manager" }` | `coreDns.enabled` | Deploy coreDns scraping components. Use either this or kubeDns | true | | `coreDns.service.port` | CoreDns port | `9153` | | `coreDns.service.targetPort` | CoreDns targetPort | `9153` |