Update PemSHA field for default SSL certificate

This commit is contained in:
Manuel Alejandro de Brito Fontes 2021-01-21 17:27:06 -03:00
parent 08b0ea5629
commit 04e2603ecc
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
4 changed files with 20 additions and 3 deletions

View file

@ -491,6 +491,7 @@ func (n *NGINXController) getConfiguration(ingresses []*ingress.Ingress) (sets.S
UDPEndpoints: n.getStreamServices(n.cfg.UDPConfigMapName, apiv1.ProtocolUDP),
PassthroughBackends: passUpstreams,
BackendConfigChecksum: n.store.GetBackendConfiguration().Checksum,
DefaultSSLCertificate: n.getDefaultSSLCertificate(),
}
}