Hi, Im trying to deploy yatai on an on premise kube cluster. We want every user to be able to run a distinct instance of yatai. and for reasons of security, the user cant get resource "namespaces". However when I submit a deployment via the UI, I get the following error:
"deploy deployment revision: make sure kube namespace user-example: namespaces "user-example" is forbidden: User "systemserviceaccountuser-example:yatai" cannot get resource "namespaces" in API group "" in the namespace "user-example"".
If the deployment is namespaced, i dont see why yatai needs access to namespaces when submitting a deployment. I am wondering if there is a way to disable this behaviour