Merge pull request #31047 from jingchanglu/main

chore: fix typo in pkg/repo/chartrepo.go
pull/31051/head
Robert Sirchia 2 months ago committed by GitHub
commit 1859528190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -160,7 +160,7 @@ func WithClientTLS(certFile, keyFile, caFile string) FindChartInRepoURLOption {
}
}
// WithInsecureSkipTLSverify skips TLS verification for repostory communication
// WithInsecureSkipTLSverify skips TLS verification for repository communication
func WithInsecureSkipTLSverify(insecureSkipTLSverify bool) FindChartInRepoURLOption {
return func(options *findChartInRepoURLOptions) {
options.InsecureSkipTLSverify = insecureSkipTLSverify

Loading…
Cancel
Save