We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a2458 commit 7cfd94eCopy full SHA for 7cfd94e
internal/helm/registry/client.go
@@ -23,7 +23,7 @@ import (
23
"helm.sh/helm/v3/pkg/registry"
24
)
25
26
-// RegistryClientGenerator generates a registry client and a temporary credential file.
+// ClientGenerator generates a registry client and a temporary credential file.
27
// The client is meant to be used for a single reconciliation.
28
// The file is meant to be used for a single reconciliation and deleted after.
29
func ClientGenerator(isLogin bool) (*registry.Client, string, error) {
0 commit comments