-
Notifications
You must be signed in to change notification settings - Fork 772
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
[BUG] pod env_file does not create configmaps #1683
Comments
same issue when use env file in docker-compose, hope will fix env_file: ./.env
|
Can you check if my pull request fixes the issue? :) Edit: It worked just fine! |
same |
Expected Behavior
docker-compose:
Actual Behavior
Creates only 1 ConfigMap: envs-deployment-env
reason: service.EnvFile is not relative and it cause issues with some functions.
Steps To Reproduce
TEST=TEST
kompose convert
Kompose Version
Docker-Compose file
Anything else?
No response
The text was updated successfully, but these errors were encountered: