From 1f08f74959f6f8ccab61f2c887f4201a97e1c9bc Mon Sep 17 00:00:00 2001 From: Tony Li Date: Tue, 7 Mar 2017 17:17:40 -0500 Subject: [PATCH] pick up changes to the external cert referenced by lb --- controllers/gce/loadbalancers/loadbalancers.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/controllers/gce/loadbalancers/loadbalancers.go b/controllers/gce/loadbalancers/loadbalancers.go index 3d3b2d529..8e3a21d48 100644 --- a/controllers/gce/loadbalancers/loadbalancers.go +++ b/controllers/gce/loadbalancers/loadbalancers.go @@ -356,11 +356,6 @@ func (l *L7) checkSSLCert() (err error) { // Use the named GCE cert when it is specified by the annotation. if certName != "" { - // Use the targetHTTPSProxy's cert name if it already has one set. - if l.sslCert != nil { - certName = l.sslCert.Name - } - // Ask GCE for the cert, checking for problems and existence. cert, err := l.cloud.GetSslCertificate(certName) if err != nil {