R Banerjee:
Hi,
cc; @Tej_Singh_Rana, @unnivkn
Not sure why this is marked as complete or if the solution is correct or not
Grant the dev-user permissions to create deployments in the blue namespace.
Remember to add both groups "apps" and "extensions".
The issue is, I just added a new rule to the existing “developer” role, since I didn’t feel its necessary to create it.
My question though , is that the solution to the question requires me to add both apps
and extensions
apiGroups. However, with the below rule, the answer was completed and Marked as Green. So my question is,
• Do we need extensions in this case to create deployments in the Blue namespace?
• If yes, is the current process of marking the below answer RIGHT is incorrect?
- apiGroups:
- "apps"
resources:
- deployments
verbs:
- create