Skip to content

Commit

Permalink
fix retry configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendesce committed Apr 27, 2024
1 parent 7c90b12 commit 3b2d389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public VirtualService execute(Scenario scenario, ExecutionQueue executionQueue)
var targetService =
findVirtualService(
scenario.getMetadata().getNamespace(),
scenario.getSpec().getTargetServiceName()
scenario.getSpec().getSourceServiceName()
);

// TODO verify if the virtual service already has a retry. if yes, update it
Expand Down

0 comments on commit 3b2d389

Please sign in to comment.