Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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