Merge pull request #99131 from chewong/fix-gc-etcd-registry

test images: assign gcEtcdRegistry to the correct value
This commit is contained in:
Kubernetes Prow Robot
2021-02-16 16:39:27 -08:00
committed by GitHub

View File

@@ -113,7 +113,7 @@ var (
promoterE2eRegistry = registry.PromoterE2eRegistry
buildImageRegistry = registry.BuildImageRegistry
gcAuthenticatedRegistry = registry.GcAuthenticatedRegistry
gcEtcdRegistry = registry.GcRegistry
gcEtcdRegistry = registry.GcEtcdRegistry
gcRegistry = registry.GcRegistry
sigStorageRegistry = registry.SigStorageRegistry
gcrReleaseRegistry = registry.GcrReleaseRegistry