mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
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:
parent
237dae5a5e
commit
cb78e889ff
@ -135,7 +135,7 @@ var _ = SIGDescribe("ReplicationController", func() {
|
||||
Spec: v1.PodSpec{
|
||||
Containers: []v1.Container{{
|
||||
Name: testRcName,
|
||||
Image: "nginx",
|
||||
Image: imageutils.GetE2EImage(imageutils.Nginx),
|
||||
}},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user