I’m trying to set permissions for a role witch should be able to redeploy the applications.
I’ve set access to the verbs [get, list, watch, update] for the deployments at the role’s global template and the project/namespace template as well
but the user keeps getting a forbidden error when tries to redeploy the deployments
<code> deployments.apps "######-deployment" is forbidden: User "####" cannot update resource "deployments" in API group "apps" in the namespace "#######": Authorization failed
</code>
<code> deployments.apps "######-deployment" is forbidden: User "####" cannot update resource "deployments" in API group "apps" in the namespace "#######": Authorization failed
</code>
deployments.apps "######-deployment" is forbidden: User "####" cannot update resource "deployments" in API group "apps" in the namespace "#######": Authorization failed
After getting this error, I couldn’t find where to include permissions directly on the namespace configuration as the error suggests