Merge pull request #57810 from sbezverk/e2e_test_fix

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fixing typo in e2e test variable

Fixing a typo in a value of one constant.
```release-note

```
This commit is contained in:
Kubernetes Submit Queue 2018-01-04 12:44:40 -08:00 committed by GitHub
commit 1420f28f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ const (
// provisioner daemonSetName name
daemonSetName = "local-volume-provisioner"
// provisioner default mount point folder
provisionerDefaultMountRoot = "/mnt-local-storage"
provisionerDefaultMountRoot = "/mnt/local-storage"
// provisioner node/pv cluster role binding
nodeBindingName = "local-storage:provisioner-node-binding"
pvBindingName = "local-storage:provisioner-pv-binding"
@ -1071,7 +1071,7 @@ func createProvisionerDaemonset(config *localTestConfig) {
},
{
Name: "local-disks",
MountPath: "/mnt/local-storage",
MountPath: provisionerDefaultMountRoot,
},
},
},