Skip to content

Commit

Permalink
Update pkg/reconciler/ingress/ingress.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>
  • Loading branch information
ReToCode and nak3 committed Oct 11, 2023
1 parent a64b6e4 commit 51e94ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/ingress/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (r *Reconciler) reconcileIngress(ctx context.Context, ing *v1alpha1.Ingress
gatewayNames[v1alpha1.IngressVisibilityExternalIP].Insert(resources.GetQualifiedGatewayNames(ingressGateways)...)

if config.FromContext(ctx).Network.SystemInternalTLSEnabled() {
logger.Info("Creating/Updating DestinationRules for system-internal-tls")
logger.Info("reconciling DestinationRules for system-internal-tls")
if err := r.reconcileDestinationRules(ctx, ing); err != nil {
return err
}
Expand Down

0 comments on commit 51e94ae

Please sign in to comment.