added option --insecure-skip-tls-verify for helm install, addresses #7875

Signed-off-by: Matthias Riegler <matthias.riegler@taotesting.com>
pull/8039/head
Matthias Riegler 5 years ago
parent 918deeef18
commit 8ff7801e0c

@ -641,6 +641,7 @@ func (c *ChartPathOptions) LocateChart(name string, settings *cli.EnvSettings) (
Options: []getter.Option{
getter.WithBasicAuth(c.Username, c.Password),
getter.WithTLSClientConfig(c.CertFile, c.KeyFile, c.CaFile),
getter.WithInsecureSkipVerifyTLS(c.InsecureSkipTLSverify),
},
RepositoryConfig: settings.RepositoryConfig,
RepositoryCache: settings.RepositoryCache,

Loading…
Cancel
Save