mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/concourse] Updated values file comments. (#14342)
* Updated values file. Concourse has changed out the separator that works for approle in vault, the = has been replaced by a :. I also updated the refernce link as the Concourse docs page has changed. This is a response to issue #14341. Signed-off-by: Jason Morgan jmorgan@f9vs.com Signed-off-by: Jason Morgan <jmorgan@f9vs.com> * bumping chart version Signed-off-by: Jason Morgan <jmorgan@f9vs.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0007ebb158
commit
060b57708e
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: concourse
|
||||
version: 6.2.1
|
||||
version: 6.2.2
|
||||
appVersion: 5.2.0
|
||||
description: Concourse is a simple and scalable CI system.
|
||||
icon: https://avatars1.githubusercontent.com/u/7809479
|
||||
|
||||
@@ -1888,8 +1888,8 @@ secrets:
|
||||
## vault authentication parameters
|
||||
## Parameter to pass when logging in via the backend
|
||||
## Required for "approle" authenication method
|
||||
## e.g. "role_id=x,secret_id=x"
|
||||
## Ref: https://concourse-ci.org/creds.html#vault-auth-param=NAME=VALUE
|
||||
## e.g. "role_id:x,secret_id:x"
|
||||
## Ref: https://concourse-ci.org/vault-credential-manager.html#vault-approle-auth
|
||||
##
|
||||
vaultAuthParam:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user