1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

change workspace name

make workspace name same as in the task yaml file
This commit is contained in:
yuege01 2020-06-09 14:09:04 -07:00 committed by tekton-robot
parent e1bbfd1e34
commit cd163708fe

View File

@ -40,7 +40,7 @@ spec:
taskRef:
name: wget
workspaces:
- name: myworkspace
- name: wget-workspace
emptyDir: {}
```