-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70ca704
commit da289fe
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/ \ | ||
|