We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97676a1 commit ad2fd69Copy full SHA for ad2fd69
internal/helm/registry/client.go
@@ -39,7 +39,7 @@ func ClientGenerator(tlsConfig *tls.Config, isLogin, insecureHTTP bool) (*regist
39
}
40
41
var errs []error
42
- rClient, err := newClient(credentialsFile.Name(), tlsConfig, insecureHTTP)
+ rClient, err := newClient("", tlsConfig, insecureHTTP)
43
if err != nil {
44
errs = append(errs, err)
45
// attempt to delete the temporary file
0 commit comments