From 4e4884fb82de205569305e762b44741ebf2c77d2 Mon Sep 17 00:00:00 2001 From: Julien Mailleret Date: Mon, 30 Mar 2020 10:12:26 +0200 Subject: [PATCH] Fix typo --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 88199c649ee..8168066a344 100644 --- a/docs/install.md +++ b/docs/install.md @@ -241,7 +241,7 @@ The example below customizes the following: - the default service account from `default` to `tekton`. - the default timeout from 60 minutes to 20 minutes. -- the default `app.kuberrnetes.io/managed-by` label is applied to all Pods created to execute `TaskRuns`. +- the default `app.kubernetes.io/managed-by` label is applied to all Pods created to execute `TaskRuns`. - the default Pod template to include a node selector to select the node where the Pod will be scheduled by default. For more information, see [`PodTemplate` in `TaskRuns`](./taskruns.md#pod-template) or [`PodTemplate` in `PipelineRuns`](./pipelineruns.md#pod-template).