mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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 <tareks01@yahoo.co.nz> * Bumped chart version. Signed-off-by: Tarek Mokhtar <tareks01@yahoo.co.nz>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user