Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes RBAC permissions for task and pipeline runs for openshift
When `taskruns` or `pipelineruns` instance is created, build pod creation fails with following error `tekton-pipelines-controller` service account. ``` 'pods "hello-task-64f24-r9sgt" is forbidden: cannot set blockOwnerDeletion if an ownerReference refers to a resource you can't set finalizers on: no RBAC policy matched, <nil>' ``` This patch fixes the required permission for `tekton-pipelines-admin` role, so controller could set required metadata on build pod. Fixes - knative/build#523
- Loading branch information