mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +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: &v1.PodSecurityContext{
|
||||
FSGroup: fsGroup,
|
||||
},
|
||||
RestartPolicy: v1.RestartPolicyNever,
|
||||
SecurityContext: GeneratePodSecurityContext(fsGroup, nil),
|
||||
RestartPolicy: v1.RestartPolicyNever,
|
||||
Volumes: []v1.Volume{
|
||||
{
|
||||
Name: volMountName,
|
||||
|
Loading…
Reference in New Issue
Block a user