mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
stable/concourse: Improve documentation awsSecretsManager template (#15038)
* [stable/concourse] Improve documentation: update template values of awsSecretsManager Provide the right default template for pipeline and team for awsSecretsManager Signed-off-by: Syamala Umamaheswaran <shykart2203@gmail.com> * [stable/concourse]: Improve documentation: update template values for ssm Signed-off-by: Syamala Umamaheswaran <shykart2203@gmail.com> * [stable/concourse]: Bump chart version to 7.0.2 Signed-off-by: Syamala Umamaheswaran <shykart2203@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e040211544
commit
01e53342fd
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: concourse
|
||||
version: 7.0.1
|
||||
version: 7.0.2
|
||||
appVersion: 5.3.0
|
||||
description: Concourse is a simple and scalable CI system.
|
||||
icon: https://avatars1.githubusercontent.com/u/7809479
|
||||
|
||||
@@ -326,11 +326,11 @@ concourse:
|
||||
enabled: true
|
||||
useSessionToken: false
|
||||
|
||||
## pipeline-specific template for Secrets Manager parameters, defaults to: /concourse/{team}/{pipeline}/{secret}
|
||||
## pipeline-specific template for Secrets Manager parameters, defaults to: /concourse/{{.Team}}/{{.Pipeline}}/{{.Secret}}
|
||||
##
|
||||
pipelineSecretTemplate: /concourse/{{.Team}}/{{.Pipeline}}/{{.Secret}}
|
||||
|
||||
## team-specific template for Secrets Manager parameters, defaults to: /concourse/{team}/{secret}
|
||||
## team-specific template for Secrets Manager parameters, defaults to: /concourse/{{.Team}}/{{.Secret}}
|
||||
##
|
||||
teamSecretTemplate: /concourse/{{.Team}}/{{.Secret}}
|
||||
|
||||
@@ -352,11 +352,11 @@ concourse:
|
||||
enabled: true
|
||||
useSessionToken: false
|
||||
|
||||
## pipeline-specific template for SSM parameters, defaults to: /concourse/{team}/{pipeline}/{secret}
|
||||
## pipeline-specific template for SSM parameters, defaults to: /concourse/{{.Team}}/{{.Pipeline}}/{{.Secret}}
|
||||
##
|
||||
pipelineSecretTemplate: /concourse/{{.Team}}/{{.Pipeline}}/{{.Secret}})
|
||||
|
||||
## team-specific template for SSM parameters, defaults to: /concourse/{team}/{secret}
|
||||
## team-specific template for SSM parameters, defaults to: /concourse/{{.Team}}/{{.Secret}}
|
||||
##
|
||||
teamSecretTemplate: /concourse/{{.Team}}/{{.Secret}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user