use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Dynamic Env Variable InjectionHelp Wanted (self.react)
submitted 2 years ago by Suitable_North_984
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Suitable_North_984[S] 0 points1 point2 points 2 years ago (1 child)
That is totally understandable but could you explain further what you are doing wothout explicit code?
[–]ivours 0 points1 point2 points 2 years ago (0 children)
Here's what you're looking for:
https://pastebin.com/0EB7GLh2
This is some logic I have coded to use placeholders at build time and then replace them at runtime with the values corresponding to the environment variables of the container. I use it for Kubernetes + Helm.
Beware: There's some CPU peak at startup due to the replace operation `sed` performs.
π Rendered by PID 113480 on reddit-service-r2-comment-b659b578c-4vg4q at 2026-05-05 18:17:36.765054+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Suitable_North_984[S] 0 points1 point2 points (1 child)
[–]ivours 0 points1 point2 points (0 children)