Skip to content

Commit

Permalink
Merge pull request #2506 from Tharsanan1/test-alpha
Browse files Browse the repository at this point in the history
Remove adding owner reference for ai provider
  • Loading branch information
CrowleyRajapakse authored Oct 1, 2024
2 parents 95f6f26 + 39b4a34 commit ab6d66f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adapter/internal/operator/controllers/dp/api_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,6 @@ func (apiReconciler *APIReconciler) retrieveParentAPIsAndUpdateOwnerReference(ct
return
}
requests = apiReconciler.getAPIsForAIProvider(ctx, &aiProvider)
apiReconciler.handleOwnerReference(ctx, &aiProvider, &requests)
case *gwapiv1a2.GRPCRoute:
var grpcRoute gwapiv1a2.GRPCRoute
namespaceName := types.NamespacedName{
Expand Down

0 comments on commit ab6d66f

Please sign in to comment.