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 80ef3f7 commit b2586a8Copy full SHA for b2586a8
controller/global.go
@@ -147,6 +147,9 @@ func (c *HAProxyController) handleDefaultService() (reload bool) {
147
if err != nil {
148
logger.Errorf("default service: %s", err)
149
}
150
+ if name == "" {
151
+ return
152
+ }
153
ingressPath := &store.IngressPath{
154
SvcNamespace: ns,
155
SvcName: name,
0 commit comments