@@ -197,7 +197,7 @@ allows to customize some Pod specific field per `Task` execution, aka `TaskRun`.
197197
198198In the following example, the Task is defined with a `volumeMount`
199199(`my-cache`), that is provided by the TaskRun, using a
200- PersistenceVolumeClaim . The SchedulerName has also been provided to define which scheduler should be used to
200+ PersistentVolumeClaim . The SchedulerName has also been provided to define which scheduler should be used to
201201dispatch the Pod. The Pod will also run as a non-root user.
202202
203203` ` ` yaml
@@ -346,7 +346,7 @@ Fields include start and stop times for the `TaskRun` and each `Step` and exit c
346346For each step we also include the fully-qualified image used, with the digest.
347347
348348If any pods have been [`OOMKilled`](https://kubernetes.io/docs/tasks/administer-cluster/out-of-resource/)
349- by Kubernetes, the `Taskrun` will be marked as failed even if the exitcode is 0.
349+ by Kubernetes, the `Taskrun` will be marked as failed even if the exit code is 0.
350350
351351# ## Steps
352352
@@ -689,7 +689,7 @@ Typical examples of the sidecar pattern are logging daemons, services to
689689update files on a shared volume, and network proxies.
690690
691691Tekton will happily work with sidecars injected into a TaskRun's
692- pods but the behaviour is a bit nuanced : When TaskRun's steps are complete
692+ pods but the behavior is a bit nuanced : When TaskRun's steps are complete
693693any sidecar containers running inside the Pod will be terminated. In
694694order to terminate the sidecars they will be restarted with a new
695695" nop" image that quickly exits. The result will be that your TaskRun's
0 commit comments