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
You can configure emptyDir to be the default for taskruns today. We don't have a general approach like this for pipelineruns tho.
Edit the config-defaults configmap in your tekton-pipelines namespace and set the default-task-run-workspace-binding to be the workspace binding you want (e.g. emptyDir: {})
Feature request
Today we need to define workspace as part of triggertemplate or Task or pipeline:
Use case
Could we have it defaulted to
emptyDir
when nothing is specified ?The text was updated successfully, but these errors were encountered: