mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-13 20:30:03 +00:00
Merge pull request #1003 from marquiz/devel/e2e-host-usr-src
test/e2e: drop host-usr-src mount
This commit is contained in:
commit
4635b99832
1 changed files with 0 additions and 14 deletions
|
@ -296,11 +296,6 @@ func nfdWorkerSpec(opts ...SpecOption) *corev1.PodSpec {
|
|||
MountPath: "/host-usr/lib",
|
||||
ReadOnly: true,
|
||||
},
|
||||
{
|
||||
Name: "host-usr-src",
|
||||
MountPath: "/host-usr/src",
|
||||
ReadOnly: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -343,15 +338,6 @@ func nfdWorkerSpec(opts ...SpecOption) *corev1.PodSpec {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: "host-usr-src",
|
||||
VolumeSource: corev1.VolumeSource{
|
||||
HostPath: &corev1.HostPathVolumeSource{
|
||||
Path: "/usr/src",
|
||||
Type: newHostPathType(corev1.HostPathDirectory),
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue