Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
update RBAC with more detailed permission
Browse files Browse the repository at this point in the history
  • Loading branch information
xunpan committed Apr 29, 2019
1 parent 35ac3be commit 815bc55
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,31 @@ rules:
- apiGroups:
- ""
resources:
- configmaps
- secrets
- events
- namespaces
verbs:
- get
- watch
- list
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- create
- update
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- apiGroups:
- ""
resources:
- events
verbs:
- get
- create
- update
- patch
Expand Down
12 changes: 12 additions & 0 deletions charts/federation-v2/charts/controllermanager/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,19 @@ rules:
- ""
resources:
- configmaps
verbs:
- get
- create
- update
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- apiGroups:
- ""
resources:
- events
verbs:
- get
Expand Down

0 comments on commit 815bc55

Please sign in to comment.