-
Notifications
You must be signed in to change notification settings - Fork 551
Description
Description
There is no support for packaging and uploading existing Helm charts I created by myself.
It's an important feature because our charts are not so simple to generate. They are based on helm chart library we created, and so the charts are templatized.
As part of my maven project I created a folder where my helm charts were created manually.
I don't need to JKube to generate them, but I want that the packaging and uploading helm functionality will still be available.
This was discussed with @rohanKanojia in https://gitter.im/eclipse/jkube?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge.
BTW, same feature exists for building Docker image, where I can provide my own Dockefile. So my expectation is that the same behavior will be also available for Helm charts.