mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
test images: assign gcEtcdRegistry to the correct value
Signed-off-by: Ernest Wong <chuwon@microsoft.com>
This commit is contained in:
parent
528390348d
commit
7a1f96a4af
@ -113,7 +113,7 @@ var (
|
|||||||
promoterE2eRegistry = registry.PromoterE2eRegistry
|
promoterE2eRegistry = registry.PromoterE2eRegistry
|
||||||
buildImageRegistry = registry.BuildImageRegistry
|
buildImageRegistry = registry.BuildImageRegistry
|
||||||
gcAuthenticatedRegistry = registry.GcAuthenticatedRegistry
|
gcAuthenticatedRegistry = registry.GcAuthenticatedRegistry
|
||||||
gcEtcdRegistry = registry.GcRegistry
|
gcEtcdRegistry = registry.GcEtcdRegistry
|
||||||
gcRegistry = registry.GcRegistry
|
gcRegistry = registry.GcRegistry
|
||||||
sigStorageRegistry = registry.SigStorageRegistry
|
sigStorageRegistry = registry.SigStorageRegistry
|
||||||
gcrReleaseRegistry = registry.GcrReleaseRegistry
|
gcrReleaseRegistry = registry.GcrReleaseRegistry
|
||||||
|
Loading…
Reference in New Issue
Block a user