Skip to content

Commit

Permalink
Merge pull request #48 from yasra002/patch-1
Browse files Browse the repository at this point in the history
Dont try to create aws config if not present
  • Loading branch information
lkysow authored Apr 23, 2021
2 parents 4789dfa + 06b2672 commit b9ae143
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/atlantis/templates/secret-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ data:
{{- if .Values.aws.credentials }}
credentials: {{ .Values.aws.credentials | b64enc }}
{{- end }}
{{- if .Values.aws.config }}
config: {{ .Values.aws.config | b64enc }}
{{- end }}
{{- end -}}

0 comments on commit b9ae143

Please sign in to comment.