-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: talhelper fails to parse talenv.yaml
if the yaml document delimiter is present
#220
Comments
@mirceanton yeah I noticed about this too before, it's an issue of the dotenv library that I'm using and I had plan to report this issue upstream but forgot. I'll open an issue there tomorrow. Thanks for the report! 😁 |
I have reported the bug to the library repo: joho/godotenv#217 |
@mirceanton I don't think the upstream is gonna accept my PR since the library is not accepting PR (based on the pinned issue). So I just fix it from here unless the upstream decided to fix this issue. |
@budimanjojo Yeah, it seems they don't want to accept any more features. I think there are 2 options here:
|
@mirceanton The commit I pushed that closes this issue is the fix, so there should be no more problem with having yaml document delimiter in |
It seems that
talhelper
refuses to parse atalenv.yaml
file if the yaml document delimiter is present:But if I remove the
---
at the top of the file:This is not really a problem if the file is sops-encrypted, as sops automatically removes that delimiter, but it threw me off a bit initially.
The text was updated successfully, but these errors were encountered: