mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/concourse]Fix variable name in README (#6105)
* Fix variable name in README * [stable/concourse] Bump chart version
This commit is contained in:
committed by
k8s-ci-robot
parent
2bb6c7b275
commit
3e56f7f43e
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user