default has to be false
This commit is contained in:
parent
621f8923ca
commit
de01686831
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ func (pie disableProxyInterceptErrors) Parse(ing *networking.Ingress) (interface
|
|||
|
||||
// A missing annotation is not a problem, just use the default
|
||||
if err == errors.ErrMissingAnnotations {
|
||||
return true, nil
|
||||
// default is true and only matters when "custom-http-errors" is also set
|
||||
return false, nil
|
||||
// default is false
|
||||
}
|
||||
|
||||
return val, nil
|
||||
|
|
Loading…
Reference in a new issue