Skip to content

Commit

Permalink
fix: fix the e2e tests (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiying-lin committed Sep 6, 2023
1 parent 70ca704 commit da289fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ fi
kubectl config use-context $HUB_CLUSTER-admin
# need to make sure the version matches the one in the go.mod
# workaround mentioned in https://github.com/kubernetes-sigs/controller-runtime/issues/1191
kubectl apply -f `go env GOPATH`/pkg/mod/go.goms.io/[email protected].1/config/crd/bases/fleet.azure.com_internalmemberclusters.yaml
kubectl apply -f `go env GOPATH`/pkg/mod/go.goms.io/[email protected].11/config/crd/bases/fleet.azure.com_internalmemberclusters.yaml
kubectl apply -f config/crd/*
helm install hub-net-controller-manager \
./charts/hub-net-controller-manager/ \
Expand Down

0 comments on commit da289fe

Please sign in to comment.