-
Notifications
You must be signed in to change notification settings - Fork 771
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
Output option with convert -c fails. #886
Comments
Honestly, charts are bit broken at the moment. Thanks for filing the issue! Hopefully it's just a simple CLI option fixed. |
Thanks for update! Can you tell me more about how they are broken? I'm looking into using |
@jmatsushita Ah, let me correct myself. There's not broken per-say, just a bit disorganized. Helm has changed quite a bit since the implementation was added (such as extra variables). Kompose will work fine converting to Helm no-problem, it's more.. properly naming the files, setting up comments and proper versioning within the Helm chart. If you don't mind me asking, what's your main use-case? I'm assuming: Docker Compose (dev environment) |
Yes that's exactly the main use case. Glad to hear that the chart problem is mostly cosmetic :) |
I will take a look |
Hi there,
When using
kompose convert -c
with the-o
option, the charts are created in the desired folder but the last step fails:The resulting
docker-compose
folder lacks the template files:It would be nice to be able to choose the name of the outputting directory rather than it being hardcoded to
docker-compose
.Cheers,
Jun
The text was updated successfully, but these errors were encountered: