Merge branch 'v1.4' into master

This commit is contained in:
Fernandez Ludovic 2017-11-27 11:40:50 +01:00
commit 9f6f637527
2 changed files with 4 additions and 4 deletions

View file

@ -1543,7 +1543,7 @@ func TestIngressAnnotations(t *testing.T) {
PassHostHeader: true,
Routes: map[string]types.Route{
"/api": {
Rule: "ReplacePath:/",
Rule: "PathPrefix:/api;ReplacePath:/",
},
"rewrite": {
Rule: "Host:rewrite",