rancher / distros-test-framework

5 stars 9 forks source link

delete resources script without path validation #25

Closed fmoral2 closed 11 months ago

fmoral2 commented 12 months ago
  1. Run ./scripts sh delete_resources.sh
  2. When the script is not able to find the path to collect the resource it ended up loading just "Name=tag:Name,Values=${NAME_PREFIX}*" so resulting in getting and deleting all instances available

Expected behavior:

Actual behavior:

fmoral2 commented 11 months ago

https://github.com/rancher/distros-test-framework/pull/26