Skip to content

Commit 4fec846

Browse files
committed
update kodata from build release.yaml
update RBAC changes Signed-off-by: Hasan Awad <hasan.m.awad94@gmail.com>
1 parent fabf485 commit 4fec846

File tree

3 files changed

+2260
-183
lines changed

3 files changed

+2260
-183
lines changed

config/rbac/shipwright_build_controller_role.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ rules:
3838
# BuildRuns are set as the owners of Tekton TaskRuns.
3939
# With the OwnerReferencesPermissionEnforcement admission controller enabled, controllers need the "delete" permission on objects that they set owner references on.
4040
verbs: ['get', 'list', 'watch', 'create', 'delete', 'patch']
41+
- apiGroups: ['tekton.dev']
42+
resources: ['pipelineruns']
43+
verbs: ['get', 'list', 'watch', 'create', 'delete', 'patch']
4144
- apiGroups: ['']
4245
resources: ['pods']
4346
verbs: ['get', 'list', 'watch']

0 commit comments

Comments
 (0)