This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
[stable/atlantis] Most recent version breaks multiline values in AWS credentials #21855
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Describe the bug
On the most recent commit/version update, toYaml was used which broke multiline strings.
Version of Helm and Kubernetes:
Helm: client v2.16.5 - server v2.16.1
Kube: client v1.17.2 - server v1.14.9-eks-502bfb
Which chart:
[stable/atlantis] secret-aws.yaml
What happened:
If you do something like:
It will then format the
/home/atlantis/.aws/config
as:What you expected to happen:
It should be formatted as:
I think if you remove
toYaml
it should resolve the issue.How to reproduce it (as minimally and precisely as possible):
See above
Anything else we need to know:
The values.yaml for Atlantis also specify to format it the way that I did
The text was updated successfully, but these errors were encountered: