mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Don't overly indirect image name
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
This commit is contained in:
@@ -132,7 +132,7 @@ func newFailAlwaysPod() *v1.Pod {
|
||||
Containers: []v1.Container{
|
||||
{
|
||||
Name: containerName,
|
||||
Image: imageutils.GetBusyBoxImageName(),
|
||||
Image: imageutils.GetE2EImage(imageutils.BusyBox),
|
||||
ImagePullPolicy: v1.PullIfNotPresent,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user