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
Is it possible to add a generic way to pass options to the CLI call of helm?
I currently need a way to bypass certificate verification to access a project's chart repository. This can be done with one of the "--insecure" options, depending on what really needs to be done.
So adding just the handling of insecure would be fine, but adding a general way to just pass options is probably even more useful in the long run.
The text was updated successfully, but these errors were encountered:
Is it possible to add a generic way to pass options to the CLI call of helm?
I currently need a way to bypass certificate verification to access a project's chart repository. This can be done with one of the "--insecure" options, depending on what really needs to be done.
So adding just the handling of insecure would be fine, but adding a general way to just pass options is probably even more useful in the long run.
The text was updated successfully, but these errors were encountered: