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
I don't want environment variables like RELAY_PASSWORD to be in my git repository, so I'd like to be able to configure a Secret where I can specify arbitrary environment variables to be added to the container via envFrom.
The text was updated successfully, but these errors were encountered:
Unfortunately, I'm not sure what the best way to do that would be, as after diving into it further I noticed that every environment variable is already specified in env and so envFrom would not be able to override it. I ended up manually configuring all the resources per the documentation instead of using this helm chart.
I don't want environment variables like RELAY_PASSWORD to be in my git repository, so I'd like to be able to configure a Secret where I can specify arbitrary environment variables to be added to the container via envFrom.
The text was updated successfully, but these errors were encountered: