Skip to content

Commit

Permalink
Minor debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaveMyYard committed Apr 30, 2024
1 parent d1ad17d commit f7d8412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robusta_krr/utils/service_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def find_url(self, selectors: list[str]) -> Optional[str]:
self.find_ingress_host(label_selector)
ingress_url = self.find_ingress_host(label_selector)
if ingress_url:
logger.debug(f"Found ingress with label selector {label_selector}")
return ingress_url

return None
Expand Down

0 comments on commit f7d8412

Please sign in to comment.