mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
12623db146
commit
88b2f04f5b
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user