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
However, I'm unable to use a variable that contains dashes in an environment: block since compose interprets the dash as a separator between the variable name and its default value:
environment:
VAR-WITH-DASHES: ${VAR-WITH-DASHES}
Is there any way to escape the dash or is this a bug/unimplemented functionality?
The text was updated successfully, but these errors were encountered:
- indeed is delimiter for default value, which makes #336 actually irrelevant 😓
I guess we should revert, as this issue demonstrate this "feature" was incomplete and can't be used anyway
cc @jhrotko@glours
Dashes can be used in variable names (#336).
However, I'm unable to use a variable that contains dashes in an
environment:
block sincecompose
interprets the dash as a separator between the variable name and its default value:Is there any way to escape the dash or is this a bug/unimplemented functionality?
The text was updated successfully, but these errors were encountered: