From b1b3960db020dce727fec038de10f6d270ae800d Mon Sep 17 00:00:00 2001 From: tareks Date: Wed, 7 Nov 2018 20:46:29 +0200 Subject: [PATCH] Correct typos related to AWS deployments (#8423) * Fixed typos in the AWS SecretsManager and SSM sections from concoures to concourse. Also, corrected what appeared to be a misplaced SSM variable in the SecretsManager section. Signed-off-by: Tarek Mokhtar * Bumped chart version. Signed-off-by: Tarek Mokhtar --- stable/concourse/Chart.yaml | 2 +- stable/concourse/templates/web-deployment.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index 7c8650efca..c16cdae4d3 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -1,5 +1,5 @@ name: concourse -version: 2.1.1 +version: 2.1.2 appVersion: 4.2.1 description: Concourse is a simple and scalable CI system. icon: https://avatars1.githubusercontent.com/u/7809479 diff --git a/stable/concourse/templates/web-deployment.yaml b/stable/concourse/templates/web-deployment.yaml index 1c36b76f68..33b103a7f4 100644 --- a/stable/concourse/templates/web-deployment.yaml +++ b/stable/concourse/templates/web-deployment.yaml @@ -242,20 +242,20 @@ spec: secretKeyRef: name: {{ template "concourse.concourse.fullname" . }} key: aws-secretsmanager-secret-key - {{- if .Values.secrets.awsSsmSessionToken }} + {{- if .Values.secrets.awsSecretsManagerSessionToken }} - name: CONCOURSE_AWS_SECRETSMANAGER_SESSION_TOKEN valueFrom: secretKeyRef: name: {{ template "concourse.concourse.fullname" . }} key: aws-secretsmanager-session-token {{- end }} - {{- if .Values.concoures.web.awsSecretsManager.region }} + {{- if .Values.concourse.web.awsSecretsManager.region }} - name: AWS_REGION - value: {{ .Values.concoures.web.awsSecretsManager.region | quote }} + value: {{ .Values.concourse.web.awsSecretsManager.region | quote }} {{- end }} - {{- if .Values.concoures.web.awsSecretsManager.pipelineSecretTemplate }} + {{- if .Values.concourse.web.awsSecretsManager.pipelineSecretTemplate }} - name: CONCOURSE_AWS_SECRETSMANAGER_PIPELINE_SECRET_TEMPLATE - value: {{ .Values.concoures.web.awsSecretsManager.pipelineSecretTemplate | quote }} + value: {{ .Values.concourse.web.awsSecretsManager.pipelineSecretTemplate | quote }} {{- end }} {{- if .Values.concourse.web.awsSecretsManager.teamSecretTemplate }} - name: CONCOURSE_AWS_SECRETSMANAGER_TEAM_SECRET_TEMPLATE @@ -282,9 +282,9 @@ spec: name: {{ template "concourse.concourse.fullname" . }} key: aws-ssm-session-token {{- end }} - {{- if .Values.concoures.web.awsSsm.region }} + {{- if .Values.concourse.web.awsSsm.region }} - name: AWS_REGION - value: {{ .Values.concoures.web.awsSsm.region | quote }} + value: {{ .Values.concourse.web.awsSsm.region | quote }} {{- end }} {{- if .Values.credentialManager.awsSsm.pipelineSecretTemplate }} - name: CONCOURSE_AWS_SSM_PIPELINE_SECRET_TEMPLATE