mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-01 04:21:36 +01:00
Fix typo in registryctl client
Signed-off-by: Julien Vey <vey.julien@gmail.com>
This commit is contained in:
parent
71080d468c
commit
a13f918fd0
@ -38,7 +38,7 @@ func initRegistryCtlClient() {
|
|||||||
registryCtlURL = common.DefaultRegistryControllerEndpoint
|
registryCtlURL = common.DefaultRegistryControllerEndpoint
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Infof("initializing client for reigstry %s ...", registryCtlURL)
|
log.Infof("initializing client for registry %s ...", registryCtlURL)
|
||||||
cfg := &client.Config{
|
cfg := &client.Config{
|
||||||
Secret: os.Getenv("JOBSERVICE_SECRET"),
|
Secret: os.Getenv("JOBSERVICE_SECRET"),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user