You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Overview of the Issue
When I add
environment:
ATLANTIS_TFE_TOKEN: myTfeToken
To my helm values file, the app starts crashlooping with
Error: initializing server: initializing terraform: writing generated .terraformrc file with TFE token to /run/sshd/.terraformrc: open /run/sshd/.terraformrc: no such file or directory
Reproduction Steps
use helm chart 5.4.4
add a tfe token
deploy chart
see it crash loop
The text was updated successfully, but these errors were encountered:
Error: initializing server: could not write credentials: Writing ~/.git-credentials file: writing generated .git-credentials file with user, token and hostname to /run/sshd/.git-credentials: open /run/sshd/.git-credentials: no such file or directory
Community Note
Overview of the Issue
When I add
To my helm values file, the app starts crashlooping with
Reproduction Steps
The text was updated successfully, but these errors were encountered: