f.BoolVar(&o.insecureSkipTLSverify,"insecure-skip-tls-verify",false,"skip tls certificate checks for the repository")
f.BoolVar(&o.allowDeprecatedRepos,"allow-deprecated-repos",false,"by default, this command will not allow adding official repos that have been permanently deleted. This disables that behavior")
f.BoolVar(&o.passCredentialsAll,"pass-credentials",false,"pass credentials to all domains")
f.StringVar(&o.repoProxyUrl,"repo-proxy-url","","proxy for accessing the repository and its URL format follows the global option --proxy-url")
fs.Float32Var(&s.QPS,"qps",s.QPS,"queries per second used when communicating with the Kubernetes API, not including bursting")
fs.StringVar(&s.ProxyUrl,"proxy-url",s.ProxyUrl,"use this parameter to specify a proxy server URL for accessing the Helm repository. The proxy URL must be in the format [scheme://][user[:password]@]host[:port], where scheme can be http, https, or socks5.")
}
funcenvOr(name,defstring)string{
@ -237,6 +241,7 @@ func (s *EnvSettings) EnvVars() map[string]string {