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'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
0.5.6
Operating system and Environment details
Linux localhost.localdomain 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Issue
When settings stroke environment variables in job spec file, the values are passed to the executable surrounded by double quotes.
Reproduction steps
Set enviroment variable inside job spec file using interpolation:
env { CONSUL_HTTP_ADDR = "${NOMAD_IP_app}:8500" }
enter shell inside container and do:
echo $CONSUL_HTTP_ADDR
the result is surrounded with double quotes
"10.0.2.15:8500"
while just 10.0.2.15:8500 is desired.
The text was updated successfully, but these errors were encountered: