fix: correct endpoint default to exclude system namespaces and revert configmap to proper user namespace filtering

This commit is contained in:
2025-10-06 16:33:23 -03:00
parent 0d6622ebfc
commit 32c074f9b8
2 changed files with 2 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ async def get_validations(
severity: Optional[str] = None,
page: int = 1,
page_size: int = 50,
include_system_namespaces: bool = True,
include_system_namespaces: bool = False,
k8s_client=Depends(get_k8s_client)
):
"""List resource validations with pagination"""