ngrok / kubernetes-ingress-controller

The official ngrok Ingress Controller for Kubernetes
https://ngrok.com
MIT License
184 stars 20 forks source link

fix: for changing pathType between 'Exact' and 'Prefix' #262

Closed jonstacks closed 1 year ago

jonstacks commented 1 year ago

Contributes to #221

What

Updates the logic for matching routes in the spec to existing routes.

How

Since ngrok routes are unique by Match(Path in the Ingress Spec), we need to remove the check on MatchType(PathType), so they can be updated.

Breaking Changes

No