tests: Replaces images used with agnhost (part 4)

Quite a few images are only used a few times in a few tests. Thus,
the images are being centralized into the agnhost image, reducing
the number of images that have to be pulled and used.

This PR replaces the usage of the following images with agnhost:

- resource-consumer-controller
- test-webserver
This commit is contained in:
Claudiu Belu
2019-05-13 21:04:14 -07:00
parent db9123e50e
commit f7942290af
11 changed files with 28 additions and 27 deletions

View File

@@ -127,7 +127,8 @@ var _ = utils.SIGDescribe("EmptyDir wrapper volumes", func() {
Containers: []v1.Container{
{
Name: "secret-test",
Image: imageutils.GetE2EImage(imageutils.TestWebserver),
Image: imageutils.GetE2EImage(imageutils.Agnhost),
Args: []string{"test-webserver"},
VolumeMounts: []v1.VolumeMount{
{
Name: volumeName,