Skip to content

Commit

Permalink
chore: use provisioner for kube tests (#3134)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Oct 16, 2024
1 parent 1cff731 commit 4f9d72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/integration/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func Deploy(module string) Action {
args = append(args, "--use-provisioner", "--provisioner-endpoint=http://localhost:8893")
}
if ic.kubeClient.Ok() {
args = append(args, "--build-env", "GOOS=linux", "--build-env", "GOARCH=amd64", "--build-env", "CGO_ENABLED=0")
args = append(args, "--build-env", "GOOS=linux", "--build-env", "GOARCH=amd64", "--build-env", "CGO_ENABLED=0", "--use-provisioner")
}
args = append(args, module)

Expand Down

0 comments on commit 4f9d72b

Please sign in to comment.