Skip to content

Commit

Permalink
fix: update the api group for rbac actions in the operator cluster ro…
Browse files Browse the repository at this point in the history
…le definition
  • Loading branch information
ccojocar committed Aug 27, 2018
1 parent 98e5e19 commit 7cde840
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions charts/sso-operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ rules:
- secrets
- services
- pods
- srviceaccounts
- clusterroles
- clusterrolebindings
verbs:
- get
- list
Expand All @@ -47,6 +44,13 @@ rules:
- delete
- watch
- patch
- apiGroups:
- ""
resources:
- srviceaccounts
verbs:
- get
- create
- apiGroups:
- extensions
- apps
Expand Down Expand Up @@ -83,3 +87,12 @@ rules:
- create
- update
- delete
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterroles
- clusterrolebindings
verbs:
- get
- list
- update

0 comments on commit 7cde840

Please sign in to comment.