-
Notifications
You must be signed in to change notification settings - Fork 770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strings containing env vars are not converted and fail #1497
Comments
I also had this issue. to workaround this, i used |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/assign |
close by #1524 |
Here's a (contrived for simplicity)
docker-compose.yml
which works properly usingdocker-compose
but fails on Kubernetes after converting it with Kompose:When the command argument is manually adjusted to
'$(PROTOCOL)://$(DOMAIN)/'
then it works as expected on Kubernetes.I would expect that Kompose should be able to handle such a case.
The text was updated successfully, but these errors were encountered: