chinmoysahu commented on code in PR #815:
URL: https://github.com/apache/solr-operator/pull/815#discussion_r3355857334


##########
controllers/solrcloud_controller.go:
##########
@@ -1191,6 +1463,7 @@ func (r *SolrCloudReconciler) SetupWithManager(mgr 
ctrl.Manager) error {
                Owns(&corev1.Service{}).
                Owns(&corev1.Secret{}). /* for authentication */
                Owns(&netv1.Ingress{}).
+               Owns(&gatewayv1.HTTPRoute{}).
                Owns(&policyv1.PodDisruptionBudget{})

Review Comment:
   Fixed in the latest commit - The cleanup now deletes all non-common 
HTTPRoutes when hideNodes=true, matching the BackendTLSPolicy cleanup pattern.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to