We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
ABC
abc=cde==
{{ .ABC }}
abc
=cde==