Set non-always RestartPolicy for write-pod in pv e2e

This commit is contained in:
Matthew Wong 2016-10-19 11:56:27 -04:00
parent be1996ee64
commit 15d02afea5

View File

@ -649,6 +649,7 @@ func makeWritePod(ns string, pvcName string) *api.Pod {
},
},
},
RestartPolicy: api.RestartPolicyOnFailure,
Volumes: []api.Volume{
{
Name: "nfs-pvc",