runtime.Object in routerTransform
Co-authored-by: lbenguigui <lbenguigui@gmail.com>
This commit is contained in:
parent
7bda07a422
commit
d582e01892
4 changed files with 5 additions and 4 deletions
|
@ -67,7 +67,7 @@ func (p *Provider) applyRouterTransform(ctx context.Context, rt *dynamic.Router,
|
|||
return
|
||||
}
|
||||
|
||||
err := p.routerTransform.Apply(ctx, rt, ingress.Annotations)
|
||||
err := p.routerTransform.Apply(ctx, rt, ingress)
|
||||
if err != nil {
|
||||
log.Ctx(ctx).Error().Err(err).Msg("Apply router transform")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue