2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-01 05:40:40 +00:00
Luke Kysow d3aa2bd9c5
ingress-gateways: don't log error when registering gateway ()
* ingress-gateways: don't log error when registering gateway

Previously, when an ingress gateway was registered without a
corresponding ingress gateway config entry, an error was logged
because the watch on the config entry returned a nil result.
This is expected so don't log an error.
2022-10-25 10:55:44 -07:00

5 lines
117 B
Plaintext

```release-note:improvement
ingress-gateways: Don't log error when gateway is registered without a config entry
```