fix: do not hardcode nginx image URL in rc e2e test case

Signed-off-by: Ernest Wong <chuwon@microsoft.com>
This commit is contained in:
Ernest Wong
2020-10-23 13:35:40 -07:00
parent 237dae5a5e
commit cb78e889ff

View File

@@ -135,7 +135,7 @@ var _ = SIGDescribe("ReplicationController", func() {
Spec: v1.PodSpec{
Containers: []v1.Container{{
Name: testRcName,
Image: "nginx",
Image: imageutils.GetE2EImage(imageutils.Nginx),
}},
},
},