Executed command specified in Job

This commit is contained in:
James Munnelly
2015-09-10 23:16:51 +01:00
parent e0036feff3
commit 6afedbda1f
@@ -67,6 +67,7 @@ func (e *KubernetesExecutor) createPod() *api.Pod {
api.Container{
Name: podBasename,
Image: e.Image,
Command: e.Job.Command,
Args: e.Job.Args,
VolumeMounts: []api.VolumeMount{
api.VolumeMount{