HarrisKirk / blue-green-dreams

2 stars 1 forks source link

Include deletion of switch when delete environment called #112

Closed chrissound closed 11 months ago

chrissound commented 11 months ago

This should fix #108. I have tested it by doing bgctl switch create test123 and bgctl switch delete test123 which behaved correctly.

HarrisKirk commented 11 months ago

The full test is: bgdctl deploy testsite (lke, nodebalancer and switch are all created) bgdctl rm testsite (all 3 are deleted)

I tried the above and the test was a success