Skip to content

Commit 3b38feb

Browse files
committed
Update webspherelibertyapplication_controller.go
1 parent 412e690 commit 3b38feb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/webspherelibertyapplication_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ func (r *ReconcileWebSphereLiberty) Reconcile(ctx context.Context, request ctrl.
446446
})
447447
if err != nil {
448448
reqLogger.Error(err, "Failed to reconcile API server network policy")
449+
return r.ManageError(err, common.StatusConditionTypeReconciled, instance)
449450
}
450451

451452
networkPolicy := &networkingv1.NetworkPolicy{ObjectMeta: defaultMeta}

0 commit comments

Comments
 (0)