[stable/prometheus-operator] fix comment in values.yaml (kubeScheduler) (#19875)

Comment in values.yaml related to kubeScheduler scraping
configuration incorrectly referred to kube-controller-manager
scraping.

Only the comment is fixed as the logic is correct.

Signed-off-by: Martin Polednik <m.polednik@gmail.com>
This commit is contained in:
Martin Polednik
2020-01-07 06:14:18 -08:00
committed by Kubernetes Prow Robot
parent 12623db146
commit 88b2f04f5b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ sources:
- https://github.com/coreos/kube-prometheus
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 8.5.3
version: 8.5.4
appVersion: 0.34.0
tillerVersion: ">=2.12.0"
home: https://github.com/coreos/prometheus-operator
+1 -1
View File
@@ -807,7 +807,7 @@ kubeScheduler:
## Scrape interval. If not set, the Prometheus default scrape interval is used.
##
interval: ""
## Enable scraping kube-controller-manager over https.
## Enable scraping kube-scheduler over https.
## Requires proper certs (not self-signed) and delegated authentication/authorization checks
##
https: false