Generate helm chart templates from components
module
#978
Labels
area/open-source
Open Source (community, enablement, contributions, conferences, CNCF, etc.) related
area/usability
Usability related
kind/enhancement
Enhancement, improvement, extension
How to categorize this issue?
/area open-source usability
/kind enhancement
What would you like to be added:
Generate helm chart templates from
components
module, to avoid double maintenance of druid components in bothcomponents
module as well as helm charts. The helm charts templates for the druid components can be generated viamake generate-helm-templates
, which will be called bymake generate
.This may be tricker than it looks, since it involves generating the templating constructs that helm charts provide, so that consumers of the helm chart can use it as is. We need to evaluate whether this is worth doing, with the sole benefit of avoiding double maintenance. cc @unmarshall
Why is this needed:
Explained in #974
The text was updated successfully, but these errors were encountered: