Skip to content

Commit d424f14

Browse files
authored
Remove soft link to allow importing (#466)
On-behalf-of: @SAP mangirdas.judeikis@sap.com Signed-off-by: Mangirdas Judeikis <mangirdas@judeikis.lt>
1 parent 30e693f commit d424f14

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

contrib/kcp/bootstrap/config/kcp

Lines changed: 0 additions & 1 deletion
This file was deleted.

contrib/kcp/bootstrap/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
bootstrapconfig "github.com/kube-bind/kube-bind/contrib/kcp/bootstrap/config/config"
2626
bootstrapcore "github.com/kube-bind/kube-bind/contrib/kcp/bootstrap/config/core"
27-
bootstrapkubebind "github.com/kube-bind/kube-bind/contrib/kcp/bootstrap/config/kcp"
27+
bootstrapkubebind "github.com/kube-bind/kube-bind/contrib/kcp/deploy"
2828
)
2929

3030
type Server struct {

contrib/kcp/deploy/bootstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
"k8s.io/apimachinery/pkg/util/wait"
3434
"k8s.io/klog/v2"
3535

36-
"github.com/kube-bind/kube-bind/contrib/kcp/bootstrap/config/kcp/resources"
36+
"github.com/kube-bind/kube-bind/contrib/kcp/deploy/resources"
3737
)
3838

3939
//go:embed examples/*.yaml

0 commit comments

Comments
 (0)