If I add the database relation and then remove it the glauth-k8s app stays in an active state. When the database relation is removed, the app should go into a blocked state. The reason for this is that the relation broken event is not handled and that there is no hook for handling the update_status event.
If I add the database relation and then remove it the glauth-k8s app stays in an active state. When the database relation is removed, the app should go into a blocked state. The reason for this is that the relation broken event is not handled and that there is no hook for handling the
update_status
event.