e2e: reduce pods used in shared local pv test

This commit is contained in:
Seth Jennings 2021-03-24 10:07:45 -05:00
parent b11d0fbdd5
commit 0eb40b3ded

View File

@ -658,7 +658,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
var ( var (
pvc *v1.PersistentVolumeClaim pvc *v1.PersistentVolumeClaim
pods = map[string]*v1.Pod{} pods = map[string]*v1.Pod{}
count = 50 count = 2
err error err error
) )
pvc = e2epv.MakePersistentVolumeClaim(makeLocalPVCConfig(config, DirectoryLocalVolumeType), config.ns) pvc = e2epv.MakePersistentVolumeClaim(makeLocalPVCConfig(config, DirectoryLocalVolumeType), config.ns)