rigdev / rig

The DevEx & Application-layer for your Internal Developer Platform ⛵
https://rig.dev
Apache License 2.0
1.04k stars 41 forks source link

Delete capsule when deleting a project #430

Open MatiasFrank opened 9 months ago

MatiasFrank commented 9 months ago

Currently it doesn't look like we delete capsules from a project when the project is deleted.

blacksails commented 7 months ago

This should be fixed when we implement Project == Namespace.

Eg. kubectl delete project <project> would delete the namespace which would in turn delete the capsules.