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 da7475f commit 9fec266Copy full SHA for 9fec266
cmd/openmcp-operator/app/init.go
@@ -76,6 +76,7 @@ func (o *InitOptions) Complete(ctx context.Context) error {
76
return nil
77
}
78
79
+//nolint:gocyclo
80
func (o *InitOptions) Run(ctx context.Context) error {
81
if err := o.PlatformCluster.InitializeClient(install.InstallOperatorAPIsPlatform(install.InstallCRDAPIs(runtime.NewScheme()))); err != nil {
82
return err
@@ -168,6 +169,7 @@ func (o *InitOptions) Run(ctx context.Context) error {
168
169
170
171
172
+ // create/update PlatformService
173
mcpPSName := o.ProviderName
174
if mcpPSName == "" {
175
mcpPSName = strings.ToLower(managedcontrolplane.ControllerName)
0 commit comments