[BUG] Can't escape interpolation #1906
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Expected Behavior
Expect
$$REDIS_PASSWORD
to be interpolated according to the compose spec so into$REDIS_PASSWORD
.Actual Behavior
It interpolated it into
$(REDIS)_PASSWORD
.Steps To Reproduce
kompose convert
$$REDIS_PASSWORD
being interpolated as$(REDIS)_PASSWORD
Kompose Version
Docker-Compose file
Anything else?
No response
The text was updated successfully, but these errors were encountered: