Skip to content

Commit

Permalink
Update obsolete link in kind walk-through
Browse files Browse the repository at this point in the history
The link to example files was broken, as those files were removed in:
tektoncd/pipeline#6150
Update the link to match the example that is now being used:
https://github.com/tektoncd/dashboard/blob/main/docs/tutorial
Also update the example images
  • Loading branch information
briangleeson committed Jul 18, 2024
1 parent db1fc21 commit ae45cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/walkthrough/walkthrough-kind.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ kubectl wait -n tekton-pipelines \

The Tekton Dashboard can import resources directly from a GitHub repository.

The following steps demonstrate how to import a set of resources from a file hosted in a GitHub repository and view the resulting `PipelineRun`. The example contains some `Tasks`, a `Pipeline` that uses them, and a `PipelineRun` to execute it. To learn more about what the example does, take a look at the [example file](https://github.com/tektoncd/pipeline/blob/main/examples/v1beta1/pipelineruns/output-pipelinerun.yaml) we'll be using.
The following steps demonstrate how to import a set of resources from files hosted in a GitHub repository and view the resulting `PipelineRun`. The example contains some `Tasks` and a `Pipeline` that uses them. To learn more about what the example does, take a look at the [example files](https://github.com/tektoncd/dashboard/blob/main/docs/tutorial) we'll be using.

Create a new namespace and grant the ServiceAccount permissions to create Tekton resources:

Expand Down

0 comments on commit ae45cc7

Please sign in to comment.