-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
TL;DR
bug introduced here: #496
The KV parser creates a delimiter string which does not exist in the input string. This can cause an error when an env var value ends with the start of the delim string.
For instance, if a delim string is dd and I have an ENV var SOMETHING=hello-world SOMETHING_ELSE=foo, the string ends up like SOMETHING=hello-worldddSOMETHING_ELSE=foo, which creates cloud run ENV variables:
SOMETHING=hello-worl
dSOMETHING_ELSE=foo
Expected behavior
ENV variables correctly parsed
Observed behavior
No response
Action YAML
N/ALog output
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working