Skip to content

Fix ingress rules delete job

Marcos Huck requested to merge fix/upstream_name into feature/code_refactor

Related tasks

Context

When calling the prepare upstream deletion pre-hook, the StartSimulation state was being used instead of the StopSimulation one. After fixing that, we needed a mechanism to get the upstream name.

Change

This MR includes a pre-hook to get the upstream name before deleting the gloo ingress rules.

Other information

This MR also changes the namespace where ingress rules are being deleted from.

Additional documentation

Merge request reports