Skip to content

Commit ee887b2

Browse files
tedhtchangtekton-robot
authored andcommitted
Update example paths and yaml names in README
Two of the the example yaml files no longer exist under the current path. Updated the yaml file names and path to these files to reflect the current structure. Per @sbwsg, use v1beta1 as the preferred path.
1 parent 550e3b4 commit ee887b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ push to from inside your cluster. If you are following instructions
1717

1818
```bash
1919
# To invoke the build-push Task only
20-
kubectl apply -f examples/taskruns/taskrun.yaml
20+
kubectl apply -f examples/v1beta1/taskruns/task-output-image.yaml
2121

2222
# To invoke the simple Pipeline
23-
kubectl apply -f examples/pipelineruns/pipelinerun.yaml
23+
kubectl apply -f examples/v1beta1/pipelineruns/pipelinerun.yaml
2424

2525
# To invoke the Pipeline that links outputs
26-
kubectl apply -f examples/pipelineruns/output-pipelinerun.yaml
26+
kubectl apply -f examples/v1beta1/pipelineruns/output-pipelinerun.yaml
2727

2828
# To invoke the TaskRun with embedded Resource spec and task Spec
29-
kubectl apply -f examples/taskruns/git-resource-spec-taskrun.yaml
29+
kubectl apply -f examples/v1beta1/taskruns/git-resource.yaml
3030
```
3131

3232
## Results

0 commit comments

Comments
 (0)