From 619c176deb72ce20b37fb19b742217dc28defcef Mon Sep 17 00:00:00 2001 From: Brian Gleeson Date: Thu, 18 Jul 2024 12:37:36 +0100 Subject: [PATCH] Update obsolete link in kind walk-through The link to example files was broken, as those files were removed in: https://github.com/tektoncd/pipeline/pull/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 --- docs/walkthrough/walkthrough-kind.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walkthrough/walkthrough-kind.md b/docs/walkthrough/walkthrough-kind.md index 3b30eb89e..0078ff586 100644 --- a/docs/walkthrough/walkthrough-kind.md +++ b/docs/walkthrough/walkthrough-kind.md @@ -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: