From 667871da573a444bd3d9bfe436d898856bb4552e Mon Sep 17 00:00:00 2001 From: Piyush Tiwari Date: Wed, 24 Jul 2024 18:25:30 +0530 Subject: [PATCH] test --- pkg/controllers/ingress/ingress.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controllers/ingress/ingress.go b/pkg/controllers/ingress/ingress.go index ee527fe9..f397d8a6 100644 --- a/pkg/controllers/ingress/ingress.go +++ b/pkg/controllers/ingress/ingress.go @@ -546,7 +546,7 @@ func syncBackendSet(ingress *networkingv1.Ingress, lbID string, backendSetName s if sslConfig != nil { if bs.SslConfiguration == nil || !reflect.DeepEqual(bs.SslConfiguration.TrustedCertificateAuthorityIds, sslConfig.TrustedCertificateAuthorityIds) { klog.Infof("SSL config for backend set %s update is %s", *bs.Name, util.PrettyPrint(sslConfig)) - needsUpdate = true + needsUpdate = false } }