Fix error in the installation with repo

Signed-off-by: Ryan SIU <ryan.siu@cloverhealth.com>
pull/6302/head
Ryan SIU 6 years ago
parent 9df067d9d9
commit 217fd65fb5

@ -587,6 +587,8 @@ func (c *ChartPathOptions) LocateChart(name string, settings *cli.EnvSettings) (
Out: os.Stdout,
Keyring: c.Keyring,
Getters: getter.All(settings),
RepositoryConfig: settings.RepositoryConfig,
RepositoryCache: settings.RepositoryCache,
Options: []getter.Option{
getter.WithBasicAuth(c.Username, c.Password),
},

Loading…
Cancel
Save