mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #78658 from jingxu97/June/window-test-fix
Fix volume mount tests issue for windows
This commit is contained in:
commit
85f2730d85
@ -547,10 +547,8 @@ func InjectHTML(client clientset.Interface, config TestConfig, fsGroup *int64, v
|
|||||||
SecurityContext: GenerateSecurityContext(true),
|
SecurityContext: GenerateSecurityContext(true),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
SecurityContext: &v1.PodSecurityContext{
|
SecurityContext: GeneratePodSecurityContext(fsGroup, nil),
|
||||||
FSGroup: fsGroup,
|
RestartPolicy: v1.RestartPolicyNever,
|
||||||
},
|
|
||||||
RestartPolicy: v1.RestartPolicyNever,
|
|
||||||
Volumes: []v1.Volume{
|
Volumes: []v1.Volume{
|
||||||
{
|
{
|
||||||
Name: volMountName,
|
Name: volMountName,
|
||||||
|
Loading…
Reference in New Issue
Block a user