Closed brivu closed 2 years ago
This PR applies a fix for the container-env-var-updates parameter containing base64 values. The use of maxsplit=1 in the python split method prevents trimming the = character in base64 values.
container-env-var-updates
base64
maxsplit=1
split
=
This PR applies a fix for the
container-env-var-updates
parameter containingbase64
values. The use ofmaxsplit=1
in the pythonsplit
method prevents trimming the=
character inbase64
values.