Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove cluster wide permission objects
Kubevirt-tekton-tasks does not need to ship additional service accounts, role bindings and cluster roles, because if no service account is provided, tekton uses default SA pipeline, which is available in almost all namespaces and already has all necessary permission. This change will allow non privilidged user to run tasks without need admin permissions. The permission objects will remain only in README of each task so user can easily make it work if user will need multinamespace functionality. This PR adjusts testing framework + all affected scripts Signed-off-by: Karel Simon <[email protected]>
- Loading branch information