You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
I want: Fabrikate to consume the helm 3 go package for fetching and templating helm charts
So that: Fabrikate can have exact (in-code) control of how helm fetch and helm template used. This also fixes the requirement for specific Helm versions installed on the host.
Describe the solution you'd like: Instead of shelling out to the host machines Helm binary, install the Helm 3 package https://github.com/helm/helm and rewrite the install and generate commands to utilize that instead of shelling out.
Describe alternatives you've considered: n/a
Additional context:
The text was updated successfully, but these errors were encountered:
As a: Fabrikate user
I want: Fabrikate to consume the helm 3 go package for fetching and templating helm charts
So that: Fabrikate can have exact (in-code) control of how helm fetch and helm template used. This also fixes the requirement for specific Helm versions installed on the host.
Describe the solution you'd like: Instead of shelling out to the host machines Helm binary, install the Helm 3 package https://github.com/helm/helm and rewrite the
install
andgenerate
commands to utilize that instead of shelling out.Describe alternatives you've considered: n/a
Additional context:
The text was updated successfully, but these errors were encountered: