We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e693f commit d424f14Copy full SHA for d424f14
3 files changed
contrib/kcp/bootstrap/config/kcp
contrib/kcp/bootstrap/server.go
@@ -24,7 +24,7 @@ import (
24
25
bootstrapconfig "github.com/kube-bind/kube-bind/contrib/kcp/bootstrap/config/config"
26
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"
+ bootstrapkubebind "github.com/kube-bind/kube-bind/contrib/kcp/deploy"
28
)
29
30
type Server struct {
contrib/kcp/deploy/bootstrap.go
@@ -33,7 +33,7 @@ import (
33
"k8s.io/apimachinery/pkg/util/wait"
34
"k8s.io/klog/v2"
35
36
- "github.com/kube-bind/kube-bind/contrib/kcp/bootstrap/config/kcp/resources"
+ "github.com/kube-bind/kube-bind/contrib/kcp/deploy/resources"
37
38
39
//go:embed examples/*.yaml
0 commit comments