-
-
Notifications
You must be signed in to change notification settings - Fork 897
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
Add back support for Env vars #1472
Comments
I tried another crate, |
I'm creating a Helm chart for Lemmy Kubernetes deployments, and envs would be useful for setting default chart values. Would you consider reopening this issue? |
I think it'd be too much work. Is there any reason you can't use a |
Got it! Essentially, I would like to generate some of the config values, but using hjson might make it a bit more challenging. I can still generate the file, though, since regular JSON is valid hjson, it will just introduce some additional complexity and make things less dynamic. For instance, if the user configures my Helm chart to deploy Pictrs, I could automatically generate an API key and store it as a Secret. Then, both I'll see if there's an elegant way for me to generate the hjson file. Thank you! 🙂 |
Was broken by #1433. We should be able to support env vars again with the same behaviour as before, by following the example in softprops/envy#55 (comment).
Edit: The solution is not going to work, because of another Envy issue: softprops/envy#26
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: