[stable/prometheus-operator] fixed issue in prometheus operator chart's README.md (#13523)

* [fixex-in-chart] fixed issue in prometheus operator chart's README.md

Signed-off-by: irti <aliartiza75@yahoo.com>

* fixed prometheus-operator's README.md file and Bumped chart version from 5.5.0 to 5.5.1

Signed-off-by: irti <aliartiza75@yahoo.com>

* Fixed the non-required changes

Signed-off-by: irti <aliartiza75@yahoo.com>
This commit is contained in:
Irtiza Ali
2019-05-05 10:51:36 -07:00
committed by Kubernetes Prow Robot
parent da804bcb14
commit b128f5ae40
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ name: prometheus-operator
sources:
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 5.5.0
version: 5.5.1
appVersion: 0.29.0
home: https://github.com/coreos/prometheus-operator
keywords:
+2 -2
View File
@@ -127,8 +127,8 @@ The following tables list the configurable parameters of the prometheus-operator
| Parameter | Description | Default |
| ----- | ----------- | ------ |
| `prometheusOperator.enabled` | Deploy Prometheus Operator. Only one of these should be deployed into the cluster | `true` |
| `prometheusOperator.serviceAccount` | Create a serviceaccount for the operator | `true` |
| `prometheusOperator.name` | Operator serviceAccount name | `""` |
| `prometheusOperator.serviceAccount.create` | Create a serviceaccount for the operator | `true` |
| `prometheusOperator.serviceAccount.name` | Operator serviceAccount name | `""` |
| `prometheusOperator.logFormat` | Operator log output formatting | `"logfmt"` |
| `prometheusOperator.logLevel` | Operator log level. Possible values: "all", "debug", "info", "warn", "error", "none" | `"info"` |
| `prometheusOperator.createCustomResource` | Create CRDs. Required if deploying anything besides the operator itself as part of the release. The operator will create / update these on startup. If your Helm version < 2.10 you will have to either create the CRDs first or deploy the operator first, then the rest of the resources | `true` |