New Component Types
As a: Fabrikate user
I want: To use various templating tools to create components (i.e. Kustomize, Jsonnet) instead of just helm.
So that: I can reuse already existing templates/resources/tooling.
Describe the solution you'd like: Implement more component types or make it generic enough to define own types (i.e. plugins).
Describe alternatives you've considered: Run other tool first to generate components of type "static".
Additional context: This would open Fabrikate up to be used with other tooling.
We'd love pull requests for this (either for Kustomize or Jsonnet). Largely the implementation of this should follow the approach that is used for Helm. Feel free to reach out to me if anyone wants to undertake this.