Skip to content

Commit

Permalink
fix(atlantis): AWS credentials toYaml error (helm#21554)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
  • Loading branch information
sc250024 authored and includerandom committed Jul 19, 2020
1 parent 0a33986 commit 641ccf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v0.11.1"
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 3.11.1
version: 3.11.2
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
2 changes: 1 addition & 1 deletion stable/atlantis/templates/secret-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
heritage: {{ .Release.Service }}
data:
{{- if .Values.aws.credentials }}
credentials: {{ toYaml .Values.aws.credentials | b64enc }}
credentials: {{ .Values.aws.credentials | b64enc }}
{{- end }}
config: {{ .Values.aws.config | b64enc }}
{{- end -}}

0 comments on commit 641ccf1

Please sign in to comment.