containerpilot
containerpilot copied to clipboard
Error parsing environment variable in config template
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.