@@ -162,9 +162,9 @@ var _ = ginkgo.Describe("[sig-storage] ConfigMap", func() {
162
162
},
163
163
Containers : []v1.Container {
164
164
{
165
- Name : containerName ,
166
- Image : imageutils .GetE2EImage (imageutils .Mounttest ),
167
- Command : []string {"/ mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volume/data-1" },
165
+ Name : containerName ,
166
+ Image : imageutils .GetE2EImage (imageutils .Agnhost ),
167
+ Args : []string {"mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volume/data-1" },
168
168
VolumeMounts : []v1.VolumeMount {
169
169
{
170
170
Name : volumeName ,
@@ -249,9 +249,9 @@ var _ = ginkgo.Describe("[sig-storage] ConfigMap", func() {
249
249
},
250
250
Containers : []v1.Container {
251
251
{
252
- Name : containerName1 ,
253
- Image : imageutils .GetE2EImage (imageutils .Mounttest ),
254
- Command : []string {"/ mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volume/data-1" },
252
+ Name : containerName1 ,
253
+ Image : imageutils .GetE2EImage (imageutils .Agnhost ),
254
+ Args : []string {"mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volume/data-1" },
255
255
VolumeMounts : []v1.VolumeMount {
256
256
{
257
257
Name : volumeName ,
@@ -395,9 +395,9 @@ var _ = ginkgo.Describe("[sig-storage] ConfigMap", func() {
395
395
},
396
396
Containers : []v1.Container {
397
397
{
398
- Name : deleteContainerName ,
399
- Image : imageutils .GetE2EImage (imageutils .Mounttest ),
400
- Command : []string {"/ mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volumes/delete/data-1" },
398
+ Name : deleteContainerName ,
399
+ Image : imageutils .GetE2EImage (imageutils .Agnhost ),
400
+ Args : []string {"mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volumes/delete/data-1" },
401
401
VolumeMounts : []v1.VolumeMount {
402
402
{
403
403
Name : deleteVolumeName ,
@@ -407,9 +407,9 @@ var _ = ginkgo.Describe("[sig-storage] ConfigMap", func() {
407
407
},
408
408
},
409
409
{
410
- Name : updateContainerName ,
411
- Image : imageutils .GetE2EImage (imageutils .Mounttest ),
412
- Command : []string {"/ mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volumes/update/data-3" },
410
+ Name : updateContainerName ,
411
+ Image : imageutils .GetE2EImage (imageutils .Agnhost ),
412
+ Args : []string {"mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volumes/update/data-3" },
413
413
VolumeMounts : []v1.VolumeMount {
414
414
{
415
415
Name : updateVolumeName ,
@@ -419,9 +419,9 @@ var _ = ginkgo.Describe("[sig-storage] ConfigMap", func() {
419
419
},
420
420
},
421
421
{
422
- Name : createContainerName ,
423
- Image : imageutils .GetE2EImage (imageutils .Mounttest ),
424
- Command : []string {"/ mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volumes/create/data-1" },
422
+ Name : createContainerName ,
423
+ Image : imageutils .GetE2EImage (imageutils .Agnhost ),
424
+ Args : []string {"mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volumes/create/data-1" },
425
425
VolumeMounts : []v1.VolumeMount {
426
426
{
427
427
Name : createVolumeName ,
@@ -526,8 +526,8 @@ var _ = ginkgo.Describe("[sig-storage] ConfigMap", func() {
526
526
Containers : []v1.Container {
527
527
{
528
528
Name : "configmap-volume-test" ,
529
- Image : imageutils .GetE2EImage (imageutils .Mounttest ),
530
- Args : []string {"--file_content=/etc/configmap-volume/data-1" },
529
+ Image : imageutils .GetE2EImage (imageutils .Agnhost ),
530
+ Args : []string {"mounttest" , " --file_content=/etc/configmap-volume/data-1" },
531
531
VolumeMounts : []v1.VolumeMount {
532
532
{
533
533
Name : volumeName ,
@@ -671,8 +671,9 @@ func doConfigMapE2EWithoutMappings(f *framework.Framework, asUser bool, fsGroup
671
671
Containers : []v1.Container {
672
672
{
673
673
Name : "configmap-volume-test" ,
674
- Image : imageutils .GetE2EImage (imageutils .Mounttest ),
674
+ Image : imageutils .GetE2EImage (imageutils .Agnhost ),
675
675
Args : []string {
676
+ "mounttest" ,
676
677
"--file_content=/etc/configmap-volume/data-1" ,
677
678
"--file_mode=/etc/configmap-volume/data-1" },
678
679
VolumeMounts : []v1.VolumeMount {
@@ -753,8 +754,10 @@ func doConfigMapE2EWithMappings(f *framework.Framework, asUser bool, fsGroup int
753
754
Containers : []v1.Container {
754
755
{
755
756
Name : "configmap-volume-test" ,
756
- Image : imageutils .GetE2EImage (imageutils .Mounttest ),
757
- Args : []string {"--file_content=/etc/configmap-volume/path/to/data-2" ,
757
+ Image : imageutils .GetE2EImage (imageutils .Agnhost ),
758
+ Args : []string {
759
+ "mounttest" ,
760
+ "--file_content=/etc/configmap-volume/path/to/data-2" ,
758
761
"--file_mode=/etc/configmap-volume/path/to/data-2" },
759
762
VolumeMounts : []v1.VolumeMount {
760
763
{
@@ -824,9 +827,9 @@ func createNonOptionalConfigMapPod(f *framework.Framework, volumeMountPath, podN
824
827
},
825
828
Containers : []v1.Container {
826
829
{
827
- Name : createContainerName ,
828
- Image : imageutils .GetE2EImage (imageutils .Mounttest ),
829
- Command : []string {"/ mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volumes/create/data-1" },
830
+ Name : createContainerName ,
831
+ Image : imageutils .GetE2EImage (imageutils .Agnhost ),
832
+ Args : []string {"mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volumes/create/data-1" },
830
833
VolumeMounts : []v1.VolumeMount {
831
834
{
832
835
Name : createVolumeName ,
@@ -886,9 +889,9 @@ func createNonOptionalConfigMapPodWithConfig(f *framework.Framework, volumeMount
886
889
},
887
890
Containers : []v1.Container {
888
891
{
889
- Name : createContainerName ,
890
- Image : imageutils .GetE2EImage (imageutils .Mounttest ),
891
- Command : []string {"/ mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volumes/create/data-1" },
892
+ Name : createContainerName ,
893
+ Image : imageutils .GetE2EImage (imageutils .Agnhost ),
894
+ Args : []string {"mounttest" , "--break_on_expected_content=false" , containerTimeoutArg , "--file_content_in_loop=/etc/configmap-volumes/create/data-1" },
892
895
VolumeMounts : []v1.VolumeMount {
893
896
{
894
897
Name : createVolumeName ,
0 commit comments