Skip to content

Commit

Permalink
nit namespace name fix in httproute delete
Browse files Browse the repository at this point in the history
  • Loading branch information
varungup90 committed Jan 22, 2025
1 parent 8bd7600 commit 233a090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/modelrouter/modelrouter_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (m *ModelRouter) deleteHTTPRoute(namespace string, labels map[string]string
httpRoute := gatewayv1.HTTPRoute{
ObjectMeta: metav1.ObjectMeta{
Name: fmt.Sprintf("%s-router", modelName),
Namespace: namespace,
Namespace: aibrixEnvoyGatewayNamespace,
},
}

Expand Down

0 comments on commit 233a090

Please sign in to comment.