Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
formatting change
  • Loading branch information
nv-oviya committed Nov 3, 2025
commit 1affaa8230668f8179725eba68db29b0ffc78960
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,9 @@ async def _create_chaos_mesh_network_fault(
# Build target selector (where the packets are going TO)
target_spec: dict[str, Any] | None = None
if target_nats or target_specific_pods:
target_selector: dict[str, Any] = {"mode": "all"} # Default to all matching pods
target_selector: dict[str, Any] = {
"mode": "all"
} # Default to all matching pods

# Build label selector for target
target_match_labels: dict[str, str] = {}
Expand Down
Loading