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 391c412 commit 4e9e7c4Copy full SHA for 4e9e7c4
cmd/openmcp-operator/app/mcp/init.go
@@ -65,6 +65,10 @@ func (o *InitOptions) Complete(ctx context.Context) error {
65
}
66
67
func (o *InitOptions) Run(ctx context.Context) error {
68
+ if err := o.PlatformCluster.InitializeClient(install.InstallOperatorAPIsPlatform(runtime.NewScheme())); err != nil {
69
+ return err
70
+ }
71
+
72
log := o.Log.WithName("main")
73
74
onboardingScheme := runtime.NewScheme()
0 commit comments