Merge pull request #4823 from aledbf/go-modules

Update go dependencies to v1.17.0
This commit is contained in:
Kubernetes Prow Robot 2019-12-12 11:40:32 -08:00 committed by GitHub
commit be1907142b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
518 changed files with 48322 additions and 15186 deletions

View file

@ -891,6 +891,10 @@ func (s *k8sStore) setConfig(cmap *corev1.ConfigMap) {
s.backendConfigMu.Lock()
defer s.backendConfigMu.Unlock()
if cmap == nil {
return
}
s.backendConfig = ngx_template.ReadConfig(cmap.Data)
s.writeSSLSessionTicketKey(cmap, "/etc/nginx/tickets.key")
}