Skip to content

Commit

Permalink
Add additional permission to Operator role
Browse files Browse the repository at this point in the history
Add additional permissions to operator based on Pipelines v0.29.0
release. (new permissions from: tektoncd/pipeline pr
tektoncd/pipeline#4269)

Signed-off-by: Nikhil Thomas <[email protected]>
  • Loading branch information
nikhil-thomas authored and Shivam Mukhade committed Oct 25, 2021
1 parent bf5792b commit dae6ad9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/base/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ rules:
- delete
- patch
- watch
- apiGroups:
- ""
resources:
- namespaces/finalizers
verbs:
- update
- apiGroups:
- apps
resources:
Expand Down

0 comments on commit dae6ad9

Please sign in to comment.