Unverified Commit 2a4632e1 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #78750 from jingxu97/automated-cherry-pick-of-#78658-upstream-release-1.14

Automated cherry pick of #78658: Fix volume mount tests issue for windows
parents 65de86e7 7d90e136
......@@ -522,10 +522,8 @@ func InjectHtml(client clientset.Interface, config VolumeTestConfig, fsGroup *in
SecurityContext: GenerateSecurityContext(true),
},
},
SecurityContext: &v1.PodSecurityContext{
FSGroup: fsGroup,
},
RestartPolicy: v1.RestartPolicyNever,
SecurityContext: GeneratePodSecurityContext(fsGroup, nil),
RestartPolicy: v1.RestartPolicyNever,
Volumes: []v1.Volume{
{
Name: volMountName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment