Skip to content

Commit

Permalink
pr: use correct address finder
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Jan 13, 2023
1 parent 3aade6e commit 8839b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/manager/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func setupDataplaneAddressFinder(

// UDP. falls back to default if not configured
if udpOverrideAddrs := c.PublishStatusAddressUDP; len(udpOverrideAddrs) > 0 {
dataplaneAddressFinder.SetUDPOverrides(udpOverrideAddrs)
udpDataplaneAddressFinder.SetUDPOverrides(udpOverrideAddrs)
} else if c.PublishServiceUDP != "" {
parts := strings.Split(c.PublishServiceUDP, "/")
if len(parts) != 2 {
Expand Down

0 comments on commit 8839b2a

Please sign in to comment.