diff --git a/pkg/alertmanager/operator.go b/pkg/alertmanager/operator.go index 452067b3c..18095aee9 100644 --- a/pkg/alertmanager/operator.go +++ b/pkg/alertmanager/operator.go @@ -590,6 +590,7 @@ func (c *Operator) sync(ctx context.Context, key string) error { // Check if the Alertmanager instance is marked for deletion. if c.rr.DeletionInProgress(am) { + c.reconciliations.ForgetObject(key) return nil }