Skip to content

Commit

Permalink
ingress: reuse UID of existingIngress
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Oct 23, 2024
1 parent d5fb8b0 commit ed4e104
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed4e104

Please sign in to comment.