We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b0930f + 4e97885 commit 5c8362fCopy full SHA for 5c8362f
internal/resources/frontproxy/certificates.go
@@ -91,7 +91,7 @@ func (r *reconciler) serverCertificateReconciler() reconciling.NamedCertificateR
91
// to not break existing front-proxy installations.
92
if r.frontProxy.Spec.ExternalHostname != "" {
93
dnsNames = append(dnsNames, r.frontProxy.Spec.ExternalHostname)
94
- } else {
+ } else if r.frontProxy.Spec.External.Hostname != "" {
95
dnsNames = append(dnsNames, r.frontProxy.Spec.External.Hostname)
96
}
97
0 commit comments