Add tests for alias annotation
This commit is contained in:
parent
d4fd127a1f
commit
4c1c707e9c
10 changed files with 479 additions and 57 deletions
|
|
@ -1016,8 +1016,7 @@ func (n *NGINXController) createServers(data []*extensions.Ingress,
|
|||
}
|
||||
|
||||
if !found {
|
||||
glog.Warningf("ingress %v/%v for host %v contains a TLS section but none of the host match",
|
||||
ing.Namespace, ing.Name, host)
|
||||
// does not contains a TLS section but none of the host match
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue