Skip to content

Commit

Permalink
[v2] rbac: allow get on any object (#842)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik zroubali@redhat.com
  • Loading branch information
zroubalik committed May 20, 2020
1 parent e02a39d commit afde959
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions deploy/10-cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
app.kubernetes.io/name: keda-operator
app.kubernetes.io/version: "2.0.0-alpha1"
app.kubernetes.io/part-of: keda-operator
creationTimestamp: null
name: keda-operator
rules:
- apiGroups:
Expand Down Expand Up @@ -61,4 +60,10 @@ rules:
resources:
- "*/scale"
verbs:
- "*"
- "*"
- apiGroups:
- "*"
resources:
- "*"
verbs:
- "get"

0 comments on commit afde959

Please sign in to comment.