Skip to content

Commit

Permalink
fix: Add patch, list, update verbs to the configmap role (#1180)
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Vinokur <[email protected]>
  • Loading branch information
vinokurig authored Nov 18, 2021
1 parent 3d6568a commit a434cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/che/workspace_namespace_permission.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func getWorkspacesPolicies() []rbac.PolicyRule {
{
APIGroups: []string{""},
Resources: []string{"configmaps"},
Verbs: []string{"get", "create", "delete"},
Verbs: []string{"get", "patch", "list", "update", "create", "delete"},
},
{
APIGroups: []string{""},
Expand Down

0 comments on commit a434cc5

Please sign in to comment.