diff --git a/cncd/pipeline/pipeline/backend/kubernetes/pod.go b/cncd/pipeline/pipeline/backend/kubernetes/pod.go index 2aba5bec8..932a32c61 100644 --- a/cncd/pipeline/pipeline/backend/kubernetes/pod.go +++ b/cncd/pipeline/pipeline/backend/kubernetes/pod.go @@ -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), }) } }