diff --git a/charts/pelorus/charts/exporters/templates/rbac.yaml b/charts/pelorus/charts/exporters/templates/rbac.yaml index 0372a5d7c..e67cd7df3 100644 --- a/charts/pelorus/charts/exporters/templates/rbac.yaml +++ b/charts/pelorus/charts/exporters/templates/rbac.yaml @@ -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