Skip to content

Commit

Permalink
fix: enable workflow-aggregate-roles to treat workflowtaskresults. Fixes
Browse files Browse the repository at this point in the history
 #9545 (#9546)

Signed-off-by: Takao Shibata <chise.alter.pasta@gmail.com>
  • Loading branch information
shibataka000 committed Sep 9, 2022
1 parent 9d66b69 commit 3a3f159
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ rules:
- cronworkflows/finalizers
- clusterworkflowtemplates
- clusterworkflowtemplates/finalizers
- workflowtaskresults
- workflowtaskresults/finalizers
verbs:
- get
- list
Expand All @@ -44,6 +46,8 @@ rules:
- cronworkflows/finalizers
- clusterworkflowtemplates
- clusterworkflowtemplates/finalizers
- workflowtaskresults
- workflowtaskresults/finalizers
verbs:
- create
- delete
Expand Down Expand Up @@ -77,6 +81,8 @@ rules:
- clusterworkflowtemplates/finalizers
- workflowtasksets
- workflowtasksets/finalizers
- workflowtaskresults
- workflowtaskresults/finalizers
verbs:
- create
- delete
Expand Down

0 comments on commit 3a3f159

Please sign in to comment.