File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import (
2222 "sigs.k8s.io/controller-runtime/pkg/cluster"
2323
2424 v2install "github.com/openmcp-project/openmcp-operator/api/install"
25+ lsv2install "github.com/openmcp-project/service-provider-landscaper/api/install"
2526
2627 laasinstall "github.com/gardener/landscaper-service/pkg/apis/core/install"
2728 cocorev1beta1 "github.com/openmcp-project/control-plane-operator/api/v1beta1"
@@ -290,6 +291,7 @@ func (o *Options) run(ctx context.Context) error {
290291 sc := runtime .NewScheme ()
291292 openmcpinstall .Install (sc )
292293 utilruntime .Must (clientgoscheme .AddToScheme (sc ))
294+ lsv2install .InstallProviderAPIs (sc )
293295 mgr , err := ctrl .NewManager (o .CrateClusterConfig , ctrl.Options {
294296 Scheme : sc ,
295297 Metrics : server.Options {
You can’t perform that action at this time.
0 commit comments