You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libcompose could support both separate characters : and = in envvar because docker config object accepted them. However, kompose doesn't rely on docker but libcompose config object. Thus, kompose can only support = at this moment.
Related issue: #173. In the hygieia example, there are envvars with : and kompose getting panic.
The text was updated successfully, but these errors were encountered:
libcompose could support both separate characters
:
and=
in envvar because docker config object accepted them. However, kompose doesn't rely on docker but libcompose config object. Thus, kompose can only support=
at this moment.Related issue: #173. In the hygieia example, there are envvars with
:
and kompose getting panic.The text was updated successfully, but these errors were encountered: