diff --git a/kubernetes/ingress.go b/kubernetes/ingress.go index 5a87876..92172d3 100644 --- a/kubernetes/ingress.go +++ b/kubernetes/ingress.go @@ -216,6 +216,8 @@ func (k *IngressService) Ensure(ctx context.Context, id router.InstanceID, o rou setSpanError(span, err) return err } + } else { + ingress = existingIngress } var existingCNames []string