mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-22 10:06:15 +00:00
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:
commit
1420f28f5f
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user