diff --git a/pkg/fleet-manager/application/controller.go b/pkg/fleet-manager/application/controller.go index f423a93c..00930a24 100644 --- a/pkg/fleet-manager/application/controller.go +++ b/pkg/fleet-manager/application/controller.go @@ -315,7 +315,7 @@ func (a *ApplicationManager) reconcileSyncStatus(ctx context.Context, app *appli return nil } -// Handling Application Deletion Based on Fleet Availability. +// Handling Application Deletion Based on Fleet Availability // When deleting an application, the approach taken depends on whether the managing fleet can be retrieved. // If the fleet is available: // Application will be removed