mirror of https://github.com/k3s-io/k3s
parent
51b9c148a9
commit
784c4aef2f
|
@ -135,7 +135,8 @@ func testPodWithHostVol(path string, source *api.HostPathVolumeSource) *api.Pod
|
|||
},
|
||||
},
|
||||
},
|
||||
Volumes: mount(source),
|
||||
RestartPolicy: api.RestartPolicyNever,
|
||||
Volumes: mount(source),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue