Skip to content

Commit

Permalink
Add Hive rest config and ClusterManager to monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorris27 authored and rhamitarora committed Jan 16, 2025
1 parent 8b3f2c4 commit 0740eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/monitor/cluster/clustersync.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func (mon *Monitor) emitClusterSync(ctx context.Context) error {
if mon.hiveClusterManager == nil {
// TODO(hive): remove this once we have Hive everywhere
// TODO(hive): remove this once we have Hive everywhere.
mon.log.Info("skipping: no hive cluster manager")
return nil
}
Expand Down

0 comments on commit 0740eea

Please sign in to comment.