mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
envoyconfig: fix metrics ingress listener name (#2124)
This commit is contained in:
parent
9718d27ba6
commit
008bda99e2
3 changed files with 6 additions and 4 deletions
|
@ -204,7 +204,7 @@ func (mgr *Manager) DeltaAggregatedResources(
|
|||
return ctx.Err()
|
||||
case outgoing <- res:
|
||||
log.Info(changeCtx).
|
||||
Str("nounce", res.Nonce).
|
||||
Str("nonce", res.Nonce).
|
||||
Str("type", res.TypeUrl).
|
||||
Msg("send update")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue