Skip to content

Commit e97e7ec

Browse files
committed
chore: Add workflowtaskresults permissions to pipeline-runner role
Signed-off-by: Giulio Frasca <[email protected]>
1 parent e749ff5 commit e97e7ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

manifests/kustomize/base/pipeline/pipeline-runner-role.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,10 @@ rules:
7878
- seldondeployments
7979
verbs:
8080
- '*'
81+
- apiGroups:
82+
- argoproj.io
83+
resources:
84+
- workflowtaskresults
85+
verbs:
86+
- create
87+
- patch

0 commit comments

Comments
 (0)