Skip to content

Commit

Permalink
rbac for reading cm, sa and secret as per kf
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandawsonuk committed Jul 16, 2019
1 parent bdf43ee commit 796fa20
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions helm-charts/seldon-core-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,22 @@ rules:
- update
- patch
- delete
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 796fa20

Please sign in to comment.