diff --git a/operator/gitops/argocd/pipeline-service/metrics-exporter/clusterrole.yaml b/operator/gitops/argocd/pipeline-service/metrics-exporter/clusterrole.yaml index 42b834bb9..5543528b6 100644 --- a/operator/gitops/argocd/pipeline-service/metrics-exporter/clusterrole.yaml +++ b/operator/gitops/argocd/pipeline-service/metrics-exporter/clusterrole.yaml @@ -19,7 +19,7 @@ rules: - apiGroups: ["tekton.dev"] resources: ["pipelineruns", "taskruns"] - verbs: ["get", "list", "watch"] + verbs: ["get", "list", "watch", "patch"] - nonResourceURLs: - "/metrics"