From 88b2f04f5b479da1a6fc2f852b1734740efb641b Mon Sep 17 00:00:00 2001 From: Martin Polednik Date: Tue, 7 Jan 2020 15:14:18 +0100 Subject: [PATCH] [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 --- stable/prometheus-operator/Chart.yaml | 2 +- stable/prometheus-operator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/prometheus-operator/Chart.yaml b/stable/prometheus-operator/Chart.yaml index 43459e6c01..88e4a989c8 100644 --- a/stable/prometheus-operator/Chart.yaml +++ b/stable/prometheus-operator/Chart.yaml @@ -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 diff --git a/stable/prometheus-operator/values.yaml b/stable/prometheus-operator/values.yaml index ece0de5067..d5dd09efcb 100644 --- a/stable/prometheus-operator/values.yaml +++ b/stable/prometheus-operator/values.yaml @@ -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