mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #95841 from chewong/do-not-hardcode-nginx-image
fix: do not hardcode nginx image URL in rc e2e test case
This commit is contained in:
commit
716e38a102
@ -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