[stable/prometheus-operator] Fixed README to reflect prometheus deployment template (#16281)

* Bump chart version

Signed-off-by: Ori Talmor <ori.t@ecobee.com>

* Fixed README to reflect prometheus deployment template

Signed-off-by: Ori Talmor <ori.t@ecobee.com>
This commit is contained in:
ori78
2019-08-13 08:35:43 -07:00
committed by Kubernetes Prow Robot
parent d228efa280
commit 081dff3bd5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ name: prometheus-operator
sources:
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 6.6.0
version: 6.6.1
appVersion: 0.31.1
home: https://github.com/coreos/prometheus-operator
keywords:
+1 -1
View File
@@ -256,7 +256,7 @@ The following tables list the configurable parameters of the prometheus-operator
| `prometheus.prometheusSpec.logFormat` | Log format for Prometheus to be configured with. | `logfmt` |
| `prometheus.prometheusSpec.scrapeInterval` | Interval between consecutive scrapes. | `""` |
| `prometheus.prometheusSpec.evaluationInterval` | Interval between consecutive evaluations. | `""` |
| `prometheus.prometheusSpec.externalLabels` | The labels to add to any time series or alerts when communicating with external systems (federation, remote storage, Alertmanager). | `[]` |
| `prometheus.prometheusSpec.externalLabels` | The labels to add to any time series or alerts when communicating with external systems (federation, remote storage, Alertmanager). | `{}` |
| `prometheus.prometheusSpec.replicaExternalLabelName` | Name of the external label used to denote replica name. | `""` |
| `prometheus.prometheusSpec.replicaExternalLabelNameClear` | If true, the Operator won't add the external label used to denote replica name. | `false` |
| `prometheus.prometheusSpec.prometheusExternalLabelName` | Name of the external label used to denote Prometheus instance name. | `""` |