mirror of
https://github.com/helm/helm.git
synced 2026-08-09 01:21:20 +00:00
cli/pull: pass TLS config to chart downloader from flags. (#7055)
Signed-off-by: Andreas Stenius <andreas.stenius@svenskaspel.se>
This commit is contained in:
@@ -63,6 +63,7 @@ func (p *Pull) Run(chartRef string) (string, error) {
|
||||
Getters: getter.All(p.Settings),
|
||||
Options: []getter.Option{
|
||||
getter.WithBasicAuth(p.Username, p.Password),
|
||||
getter.WithTLSClientConfig(p.CertFile, p.KeyFile, p.CaFile),
|
||||
},
|
||||
RepositoryConfig: p.Settings.RepositoryConfig,
|
||||
RepositoryCache: p.Settings.RepositoryCache,
|
||||
|
||||
Reference in New Issue
Block a user