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.
ContainerPilot version: 3.8.0
If the environment variable value contains an equal sign,
=, everything is trimmed from that point. For example:Environment variable
ABCis set toabc=cde==Template has
{{ .ABC }}Output is just
abcand the=cde==part is trimmed.