Skip to content

Commit d6b0adf

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

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
@@ -399,6 +399,7 @@ func (r *ReconcileWebSphereLiberty) Reconcile(ctx context.Context, request ctrl.
399399
}
400400

401401
// Kube API Server NetworkPolicy (credit to Martin Smithson)
402+
reqLogger.Info("Start API Server Network Policy Reconcile")
402403
apiServerNetworkPolicy := &networkingv1.NetworkPolicy{ObjectMeta: metav1.ObjectMeta{
403404
Name: instance.Name + "-egress-apiserver-access",
404405
Namespace: instance.Namespace,

0 commit comments

Comments
 (0)