Skip to content

Commit

Permalink
Grant exporter service account access to tekton resources
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMGranger committed Feb 14, 2022
1 parent 3c9708b commit ed0acc7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/pelorus/charts/exporters/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ rules:
verbs:
- list
- get
- apiGroups:
- tekton.dev
resources:
- pipelineruns
- pipelines
- tasks
- taskruns
verbs:
- list
- get
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit ed0acc7

Please sign in to comment.