Skip to content

Commit

Permalink
Added configmap permissions for OCM
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-azevedo committed Mar 11, 2020
1 parent 8d630b3 commit a875092
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/uhc_cluster_role.yaml
Expand Up @@ -13,3 +13,12 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
attributeRestrictions: null
resources:
- configmaps
verbs:
- create
- get
- update

0 comments on commit a875092

Please sign in to comment.