Skip to content

Commit b37e413

Browse files
adriankabalalizardruss
authored andcommitted
chore(test): try static vcluster path
1 parent 60ff5da commit b37e413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-next/setup/vcluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func Create(opts ...VClusterOptions) setup.Func {
159159
// Create vcluster instance
160160
vclusterCluster := vcluster.NewCluster(o.name)
161161
// set cli version
162-
vclusterCluster.WithPath(os.Getenv("VCLUSTER_CLI"))
162+
vclusterCluster.WithPath("/usr/bin/vcluster")
163163

164164
// Create the vcluster with the values file
165165
_, err = vclusterCluster.CreateWithConfig(ctx, valuesFile)

0 commit comments

Comments
 (0)