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
The existing helm install/upgrade client interface functions doesn't seem to support configuration of the chartPathOptions. We have a use case where we want to set "client.ChartPathOptions.InsecureSkipTLSverify = true".
One option is to modify the functions to take the additional argument.
My case is not about skipping TLS verification, albeit related.
Instead of disabling verification I wish to provide the necessary supporting certificates through the ChartPathOptions.CaFile field.
The existing helm install/upgrade client interface functions doesn't seem to support configuration of the chartPathOptions. We have a use case where we want to set "client.ChartPathOptions.InsecureSkipTLSverify = true".
One option is to modify the functions to take the additional argument.
If this the right/preferred approach?.
Existing Client interface:
Proposed Changes:
Alternatively, to avoid changing the interface, the ChartPathOptions can be added to GenericHelmOptions:
The text was updated successfully, but these errors were encountered: