From ee887b202c4403cbc9241df7d5a682a6dd2fb2ad Mon Sep 17 00:00:00 2001 From: ted chang Date: Wed, 3 Jun 2020 12:42:21 -0700 Subject: [PATCH] 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. --- examples/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/README.md b/examples/README.md index fc79ac5d3e2..56c958d4c40 100644 --- a/examples/README.md +++ b/examples/README.md @@ -17,16 +17,16 @@ push to from inside your cluster. If you are following instructions ```bash # To invoke the build-push Task only -kubectl apply -f examples/taskruns/taskrun.yaml +kubectl apply -f examples/v1beta1/taskruns/task-output-image.yaml # To invoke the simple Pipeline -kubectl apply -f examples/pipelineruns/pipelinerun.yaml +kubectl apply -f examples/v1beta1/pipelineruns/pipelinerun.yaml # To invoke the Pipeline that links outputs -kubectl apply -f examples/pipelineruns/output-pipelinerun.yaml +kubectl apply -f examples/v1beta1/pipelineruns/output-pipelinerun.yaml # To invoke the TaskRun with embedded Resource spec and task Spec -kubectl apply -f examples/taskruns/git-resource-spec-taskrun.yaml +kubectl apply -f examples/v1beta1/taskruns/git-resource.yaml ``` ## Results