[stable/concourse]fix typo in README.md (#4941)

This commit is contained in:
Chengfei Shang
2018-04-26 19:36:17 -07:00
committed by k8s-ci-robot
parent 008b5d0b7f
commit 9becbd858a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: concourse
version: 1.3.1
version: 1.3.2
appVersion: 3.10.0
description: Concourse is a simple and scalable CI system.
icon: https://avatars1.githubusercontent.com/u/7809479
+1 -1
View File
@@ -116,7 +116,7 @@ The following table lists the configurable parameters of the Concourse chart and
| `web.ingress.hosts` | Concourse Web Ingress Hostnames | `[]` |
| `web.ingress.tls` | Concourse Web Ingress TLS configuration | `[]` |
| `web.metrics.prometheus.enabled` | Enable Prometheus metrics exporter | `false` |
| `web.metrics.prometheus.port` | Port for exporting Prometeus metrics | `9391` |
| `web.metrics.prometheus.port` | Port for exporting Prometheus metrics | `9391` |
| `worker.nameOverride` | Override the Concourse Worker components name | `nil` |
| `worker.replicas` | Number of Concourse Worker replicas | `2` |
| `worker.minAvailable` | Minimum number of workers available after an eviction | `1` |