Closed gtrias closed 7 years ago
Hi @gtrias
You are specifying a whitelist and blacklist:
whitelist = ["CONSUL_*"]
blacklist = ["VAULT_*"]
This means only CONSUL_*
envvars will pull through to the child process. Things like PATH
would not be included, which is likely why you are seeing this behavior.
OMG you're right! I misunderstood the meaning of whitelist in combination with pristine. I thought it only makes sense with pristine enabled..
Thanks a lot! I close the issue then :)
Consul Template version
0.18.2
Configuration
Command
Debug output
If I make a link to node as follows
ln -s /usr/local/bin/node /usr/bin/node
I get the following:Expected behavior
The nodejs application should run after the template has been generated withouth any problem to find node binary from Docker official node image.
Actual behavior
Steps to reproduce
Result:
References
I didn't found any reference about this behavior.