Skip to content

Commit

Permalink
Fixing links in task-loops ➰
Browse files Browse the repository at this point in the history
Fixing more links that the link checker is helpfully pointing out for me
on my totally unrelated PR XD

At this point I think that:
- The link checker stops after it finds a file with failures which is
  why this is never-ending
- changing a top level file is what has caused it to cascade this search
  into ALL OTHER DIRECTORIES

Anyway I'll keep at it till I get them all or get frustrated and try to
change the tool haha we'll see
  • Loading branch information
bobcatfish authored and tekton-robot committed Aug 12, 2021
1 parent 7d6c0c9 commit e3477cc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions task-loops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,10 @@ A `Run` definition supports the following fields:
- [`serviceAccountName`](#specifying-workspaces-service-account-and-pod-template) - Specifies a `ServiceAccount`
object that provides custom credentials.
- [`workspaces`](#specifying-workspaces-service-account-and-pod-template) - Specifies the physical volumes to use for the
[`Workspaces`](workspaces.md) required by the `Task`.
- [`podTemplate`](#specifying-workspaces-service-account-and-pod-template) - Specifies a [`Pod` template](podtemplates.md) to use
to configure pods created by the `TaskRun`s.
[`Workspaces`](https://github.com/tektoncd/pipeline/blob/main/docs/workspaces.md) required by the `Task`.
- [`podTemplate`](#specifying-workspaces-service-account-and-pod-template) - Specifies a
[`Pod` template](https://github.com/tektoncd/pipeline/blob/main/docs/podtemplates.md)
to use to configure pods created by the `TaskRun`s.

[kubernetes-overview]:
https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/#required-fields
Expand Down Expand Up @@ -261,7 +262,8 @@ These are passed through as is to each `TaskRun`.
### Monitoring execution status

As your `Run` executes, its `status` field accumulates information on the execution of each `TaskRun` as well as the `Run` as a whole.
This information includes the complete [status of each `TaskRun`](taskruns.md#monitoring-execution-status) under `status.extraFields.taskRuns`.
This information includes the complete [status of each `TaskRun`](https://github.com/tektoncd/pipeline/blob/main/docs/taskruns.md#monitoring-execution-status)
under `status.extraFields.taskRuns`.

```yaml
apiVersion: tekton.dev/v1alpha1
Expand Down

0 comments on commit e3477cc

Please sign in to comment.