diff --git a/pkg/command/phoenix_ocis.go b/pkg/command/phoenix_ocis.go index 82a61d5ba3..5f2ebc0a1d 100644 --- a/pkg/command/phoenix_ocis.go +++ b/pkg/command/phoenix_ocis.go @@ -20,8 +20,5 @@ func configurePhoenix(cfg *config.Config) *svcconfig.Config { cfg.Phoenix.Tracing.Service = cfg.Tracing.Service } - // disable ocis-hello extension - cfg.Phoenix.Phoenix.Config.ExternalApps = []svcconfig.ExternalApp{} - return cfg.Phoenix }