Hi,
I created a space, that created a namespace in Kubernetes.
A few days later I've deleted that namespace with kubectl delete ns ....
Now the space is still existing and I can't devspace use space .... because the serviceaccount doesn't exist anymore.
But I also can't delete the space from devspace cloud. (Internal server error)
Thanks!