Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6291 from dgozalo/feature/add_tekton_privileges_c…
Browse files Browse the repository at this point in the history
…lusterrole

feat: add tekton read privileges so controllerrole can create rolebindings with those permissions
  • Loading branch information
jenkins-x-bot authored Oct 8, 2019
2 parents ab14edc + d9d246c commit 736ca02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jenkins-x-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,14 @@ controllerrole:
- create
- patch
- update
- apiGroups:
- tekton.dev
resources:
- '*'
verbs:
- list
- get
- watch

controllerteam:
enabled: true
Expand Down

0 comments on commit 736ca02

Please sign in to comment.