Trim environment variable names
seanhamlin opened this issue · 0 comments
seanhamlin commented
Variables names are not trimmed of leading and trailing spaces. This can lead to issues when loading the variables into a configmap during a build.
It would be good to trim the variable name of spaces. The value of the variable can be empty, but it might still be OK to trim the value of leading and trailing spaces too.