From 3e56f7f43e9df91d59f001fd2ca4a71dba1fd092 Mon Sep 17 00:00:00 2001 From: Naoki Ainoya Date: Mon, 18 Jun 2018 05:11:29 +0900 Subject: [PATCH] [stable/concourse]Fix variable name in README (#6105) * Fix variable name in README * [stable/concourse] Bump chart version --- stable/concourse/Chart.yaml | 2 +- stable/concourse/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index 88353dcf91..e10e455106 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -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 diff --git a/stable/concourse/README.md b/stable/concourse/README.md index 61ece2f714..1102463622 100644 --- a/stable/concourse/README.md +++ b/stable/concourse/README.md @@ -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` |