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 bb365eb commit 9dd8b2fCopy full SHA for 9dd8b2f
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