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 17, 2019
1 parent 69baad4 commit 61eda91
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 61eda91

Please sign in to comment.