mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/concourse] Fix AWS SSM Syntax Error (#9204)
* fix credential manager and version bump Signed-off-by: Jeeppler <je.eppler@mailbox.org> * bump version, remove newline Signed-off-by: Jeeppler <je.eppler@mailbox.org> * lower version number Signed-off-by: Jeeppler <je.eppler@mailbox.org> * bump version to 3.1.1 Signed-off-by: Jeeppler <je.eppler@mailbox.org>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
65f730c1b5
commit
e638ecc243
@@ -1,5 +1,5 @@
|
||||
name: concourse
|
||||
version: 3.1.0
|
||||
version: 3.1.1
|
||||
appVersion: 4.2.2
|
||||
description: Concourse is a simple and scalable CI system.
|
||||
icon: https://avatars1.githubusercontent.com/u/7809479
|
||||
|
||||
@@ -263,7 +263,6 @@ spec:
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
{{- if .Values.concourse.web.awsSsm.enabled }}
|
||||
- name: CONCOURSE_AWS_SSM_ACCESS_KEY
|
||||
valueFrom:
|
||||
@@ -286,13 +285,13 @@ spec:
|
||||
- name: AWS_REGION
|
||||
value: {{ .Values.concourse.web.awsSsm.region | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.credentialManager.awsSsm.pipelineSecretTemplate }}
|
||||
{{- if .Values.concourse.web.awsSsm.pipelineSecretTemplate }}
|
||||
- name: CONCOURSE_AWS_SSM_PIPELINE_SECRET_TEMPLATE
|
||||
value: {{ .Values.credentialManager.awsSsm.pipelineSecretTemplate | quote }}
|
||||
value: {{ .Values.concourse.web.awsSsm.pipelineSecretTemplate | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.credentialManager.awsSsm.teamSecretTemplate }}
|
||||
{{- if .Values.concourse.web.awsSsm.teamSecretTemplate }}
|
||||
- name: CONCOURSE_AWS_SSM_TEAM_SECRET_TEMPLATE
|
||||
value: {{ .Values.credentialManager.awsSsm.teamSecretTemplate | quote }}
|
||||
value: {{ .Values.concourse.web.awsSsm.teamSecretTemplate | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user