Skip to content

Commit

Permalink
Update API Group in Clusterrole Aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
khrm authored and tekton-robot committed Apr 14, 2020
1 parent 9539b34 commit 1e2d289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/clusterrole-aggregate-edit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
rbac.authorization.k8s.io/aggregate-to-admin: "true"
rules:
- apiGroups:
- tekton.dev
- triggers.tekton.dev
resources:
- clustertriggerbindings
- eventlisteners
Expand Down
2 changes: 1 addition & 1 deletion config/clusterrole-aggregate-view.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
rbac.authorization.k8s.io/aggregate-to-view: "true"
rules:
- apiGroups:
- tekton.dev
- triggers.tekton.dev
resources:
- clustertriggerbindings
- eventlisteners
Expand Down

0 comments on commit 1e2d289

Please sign in to comment.