Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-tiwari committed Jul 24, 2024
1 parent 6ed209e commit 667871d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/ingress/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit 667871d

Please sign in to comment.