You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome to have a Task definition sitting in a repo, and be able to create a TaskRun from that without needing to first create it in the cluster.
This would work roughly by parsing the Task definition then sticking it into the "taskSpec" field of the generated TaskRun, rather than using a TaskRef.
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
It would be awesome to have a Task definition sitting in a repo, and be able to create a TaskRun from that without needing to first create it in the cluster.
This would work roughly by parsing the Task definition then sticking it into the "taskSpec" field of the generated TaskRun, rather than using a TaskRef.
The text was updated successfully, but these errors were encountered: