Skip to content

Commit

Permalink
fix: prevent reconcile loop for troubleshooting panel uiplugin (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterYurkovich authored Jun 10, 2024
1 parent 414e4f5 commit 994ad0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/uiplugin/troubleshooting_panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func createTroubleshootingPanelPluginInfo(plugin *uiv1alpha1.UIPlugin, namespace
{
Type: osv1alpha1.ProxyTypeService,
Alias: "korrel8r",
Authorize: false,
Authorize: true,
Service: osv1alpha1.ConsolePluginProxyServiceConfig{
Name: korrel8rSvcName,
Namespace: namespace,
Expand Down

0 comments on commit 994ad0b

Please sign in to comment.