Skip to content

Commit

Permalink
Move overview one level deeper
Browse files Browse the repository at this point in the history
To be consistent with the rest of the documentation, Overview was moved
one level deeper. See docs/pipelines.md and docs/tasks.md for examples.
  • Loading branch information
nbaudis committed Sep 28, 2021
1 parent 6d5217a commit 922b87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/taskruns.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ weight: 300
- [Using custom `ServiceAccount` credentials](#using-custom-serviceaccount-credentials)
- [Running step containers as a non-root user](#running-step-containers-as-a-non-root-user)

# Overview
## Overview

A `TaskRun` allows you to instantiate and execute a [`Task`](tasks.md) on-cluster. A `Task` specifies one or more
`Steps` that execute container images and each container image performs a specific piece of build work. A `TaskRun` executes the
Expand Down

0 comments on commit 922b87f

Please sign in to comment.