Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Aug 28, 2024
1 parent c972a8c commit 8691f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/infrastructure/vcsim/controllers/vcsim_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ func createGovmomiFailureDomainTags(vCenterSimulator *vcsimv1.VCenterSimulator)
datacenterName := vcsimhelpers.DatacenterName(0)
computeClusterName := vcsimhelpers.ClusterName(0, 0)
commands := [][]string{
{"tags.category.create", govcURLArg, "-d", "\"Kubernetes region\"", "-t=Datacenter", "k8s-region"},
{"tags.category.create", govcURLArg, "-d", "\"Kubernetes zone\"", "k8s-zone"},
{"tags.category.create", govcURLArg, "-t=Datacenter", "k8s-region"},
{"tags.category.create", govcURLArg, "k8s-zone"},
{"tags.create", govcURLArg, "-c", "k8s-region", datacenterName},
{"tags.create", govcURLArg, "-c", "k8s-zone", computeClusterName},
{"tags.attach", govcURLArg, "-c", "k8s-region", datacenterName, "/" + datacenterName},
Expand Down

0 comments on commit 8691f3a

Please sign in to comment.