Skip to content

Commit

Permalink
Merge pull request #3036 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…3035-to-release-1.10

[release-1.10] 🌱 Use absolute paths for folder and resourcePool
  • Loading branch information
k8s-ci-robot authored Jun 6, 2024
2 parents a52488a + 633926a commit 2a6e1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/config/vsphere.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ variables:
CLUSTER_CLASS_NAME: "quick-start"
VSPHERE_COMPUTE_CLUSTER: "Cluster-1"
VSPHERE_DATACENTER: "SDDC-Datacenter"
VSPHERE_FOLDER: "cluster-api-provider-vsphere"
VSPHERE_RESOURCE_POOL: "cluster-api-provider-vsphere"
VSPHERE_FOLDER: "/SDDC-Datacenter/vm/Workloads/cluster-api-provider-vsphere"
VSPHERE_RESOURCE_POOL: "/SDDC-Datacenter/host/Cluster-1/Resources/Compute-ResourcePool/cluster-api-provider-vsphere"
VSPHERE_DATASTORE: "WorkloadDatastore"
VSPHERE_STORAGE_POLICY: "Cluster API vSphere Storage Policy"
VSPHERE_STORAGE_CLASS: "test-storageclass"
Expand Down

0 comments on commit 2a6e1bc

Please sign in to comment.