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
Orkestra should support disabling downloading of helm charts and staging of these charts to chartmuseum. This comes into picture when bringing your own deployment executor (ex. replacing the helmrelease executor with a custom executor). In such a case it may not be necessary to pull these charts down and have them staged into chartmuseum.
This also means that we must pass the (original) upstream helm chart location to the workflow template (executor) via the input params (as opposed to the helmrelease executor which accepts the HelmRelease CR programmed with the chartmusuem chart URL instead of the original location of the helm chart).
Orkestra should support disabling downloading of helm charts and staging of these charts to chartmuseum. This comes into picture when bringing your own deployment executor (ex. replacing the helmrelease executor with a custom executor). In such a case it may not be necessary to pull these charts down and have them staged into chartmuseum.
This also means that we must pass the (original) upstream helm chart location to the workflow template (executor) via the input params (as opposed to the helmrelease executor which accepts the
HelmRelease
CR programmed with the chartmusuem chart URL instead of the original location of the helm chart)./cc @vineetgarhewal
@jonathan-innis FYI
The text was updated successfully, but these errors were encountered: