This commit is contained in:
Nikola Jokic 2025-06-04 10:50:46 +02:00
parent a4e2558329
commit 031c9ab4c2
No known key found for this signature in database
GPG Key ID: E4104494F9B8DDF6
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ func (r *AutoscalingListenerReconciler) Reconcile(ctx context.Context, req ctrl.
return ctrl.Result{}, fmt.Errorf("failed to delete listener config secret: %w", err)
}
case !kerrors.IsNotFound(err):
return ctrl.Result{}, fmt.Errorf("failed to get the listener config secret: %w", err)
return ctrl.Result{}, fmt.Errorf("failed to get the listener config secret: %w", err)
}
}
return ctrl.Result{}, nil