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 tekton-robot committed Oct 26, 2021
1 parent 647656e commit 159df47
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 159df47

Please sign in to comment.