Skip to content

Commit 4e8eec7

Browse files
AverageMarcustekton-robot
authored andcommitted
fix: add missing stepaction RBAC permission for resolver
Signed-off-by: Marcus Noble <[email protected]>
1 parent 7b76131 commit 4e8eec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/resolvers/200-clusterrole.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rules:
2626
resources: ["resolutionrequests", "resolutionrequests/status"]
2727
verbs: ["get", "list", "watch", "update", "patch"]
2828
- apiGroups: ["tekton.dev"]
29-
resources: ["tasks", "pipelines"]
29+
resources: ["tasks", "pipelines", "stepactions"]
3030
verbs: ["get", "list"]
3131
# Read-only access to these.
3232
- apiGroups: [""]

0 commit comments

Comments
 (0)