[stable/concourse]Fix variable name in README (#6105)

* Fix variable name in README

* [stable/concourse] Bump chart version
This commit is contained in:
Naoki Ainoya
2018-06-17 13:11:29 -07:00
committed by k8s-ci-robot
parent 2bb6c7b275
commit 3e56f7f43e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: concourse
version: 1.8.0
version: 1.8.1
appVersion: 3.14.1
description: Concourse is a simple and scalable CI system.
icon: https://avatars1.githubusercontent.com/u/7809479
+1 -1
View File
@@ -182,7 +182,7 @@ The following table lists the configurable parameters of the Concourse chart and
| `secrets.gitlabAuthClientSecret` | Application client secret for GitLab OAuth | `nil` |
| `secrets.genericOauthClientId` | Application client ID for Generic OAuth | `nil` |
| `secrets.genericOauthClientSecret` | Application client secret for Generic OAuth | `nil` |
| `secrets.postgresqlUri` | PostgreSQL connection URI when `postgres.enabled` is `false` | `nil` |
| `secrets.postgresqlUri` | PostgreSQL connection URI when `postgresql.enabled` is `false` | `nil` |
| `secrets.vaultCaCert` | CA certificate use to verify the vault server SSL cert. | `nil` |
| `secrets.vaultClientToken` | Vault periodic client token | `nil` |
| `secrets.vaultAppRoleId` | Vault AppRole RoleID | `nil` |