Skip to content

Commit

Permalink
Add ConfigMap management permission
Browse files Browse the repository at this point in the history
  • Loading branch information
katyanna committed Oct 12, 2023
1 parent 0c932f9 commit b84f253
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions e2e/apply/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,17 @@ rules:
- update
- patch
- delete
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit b84f253

Please sign in to comment.