Fix the controller registration error (return back the fleetmanager kubeconfig override)

This commit is contained in:
Martin Šalata
2022-11-03 15:30:47 +01:00
parent 5f56a88996
commit b9cf5c5c95
4 changed files with 6 additions and 2 deletions

1
go.mod
View File

@@ -9,6 +9,7 @@ require (
github.com/gobuffalo/packr/v2 v2.8.3
github.com/golang/mock v1.6.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.19.0
github.com/pkg/errors v0.9.1
github.com/rancher/fleet/pkg/apis v0.0.0-20220601092642-d45a36738d27
github.com/spf13/cobra v1.4.0