Skip to content

Commit

Permalink
SRVKP-4532: add resolver crd to exporter permissions
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.3.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
gabemontero committed Jul 31, 2024
1 parent c9e9d5d commit 6f13bc9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ rules:
verbs:
- get

- apiGroups: ["tekton.dev"]
resources: ["pipelineruns", "taskruns"]
- apiGroups: ["tekton.dev", "resolution.tekton.dev"]
resources: ["pipelineruns", "taskruns", "resolutionrequests"]
verbs: ["get", "list", "watch", "patch"]

- nonResourceURLs:
Expand Down

0 comments on commit 6f13bc9

Please sign in to comment.