Fixing volumes

This commit is contained in:
Laszlo Fogas
2019-07-01 14:11:50 +02:00
parent ba8bf40f44
commit 37d8f79219

View File

@@ -28,8 +28,7 @@ func Pod(namespace string, step *backend.Step) *v1.Pod {
volMounts = append(volMounts, v1.VolumeMount{
Name: volumeName(vol),
MountPath: volumeMountPath(step.WorkingDir),
//MountPath: volumeMountPath(vol.Target),
MountPath: volumeMountPath(vol),
})
}
}