e2e: Specify RestartPolicy=Never in host_path test

Fixes #8745
pull/6/head
Justin Santa Barbara 2015-05-24 09:39:59 -04:00
parent 51b9c148a9
commit 784c4aef2f
1 changed files with 2 additions and 1 deletions

View File

@ -135,7 +135,8 @@ func testPodWithHostVol(path string, source *api.HostPathVolumeSource) *api.Pod
},
},
},
Volumes: mount(source),
RestartPolicy: api.RestartPolicyNever,
Volumes: mount(source),
},
}
}