diff --git a/test/e2e/persistent_volumes.go b/test/e2e/persistent_volumes.go index d26ffb8ebcf..7f2bae26145 100644 --- a/test/e2e/persistent_volumes.go +++ b/test/e2e/persistent_volumes.go @@ -649,6 +649,7 @@ func makeWritePod(ns string, pvcName string) *api.Pod { }, }, }, + RestartPolicy: api.RestartPolicyOnFailure, Volumes: []api.Volume{ { Name: "nfs-pvc",