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
commit 2a461afa29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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