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.
1 parent 92adef4 commit b14dbd3Copy full SHA for b14dbd3
internal/resources/frontproxy/certificates.go
@@ -92,7 +92,7 @@ func (r *reconciler) serverCertificateReconciler() reconciling.NamedCertificateR
92
if r.frontProxy.Spec.ExternalHostname != "" {
93
dnsNames = append(dnsNames, r.frontProxy.Spec.ExternalHostname)
94
} else {
95
- dnsNames = append(dnsNames, r.rootShard.Spec.External.Hostname)
+ dnsNames = append(dnsNames, r.frontProxy.Spec.External.Hostname)
96
}
97
98
0 commit comments