containerpilot icon indicating copy to clipboard operation
containerpilot copied to clipboard

Error parsing environment variable in config template

Open MunifTanjim opened this issue 6 years ago • 0 comments
trafficstars

ContainerPilot version: 3.8.0

If the environment variable value contains an equal sign, =, everything is trimmed from that point. For example:

Environment variable ABC is set to abc=cde== Template has {{ .ABC }} Output is just abc and the =cde== part is trimmed.

MunifTanjim avatar Dec 04 '18 00:12 MunifTanjim