From 6ca765d26d53f48976bd0c035e3cc0093b9a09f5 Mon Sep 17 00:00:00 2001 From: Tianxin Dong Date: Mon, 8 Jun 2020 18:10:20 +0800 Subject: [PATCH] Fix typo in install.md --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 2e6b6f7048c..57d10df40fc 100644 --- a/docs/install.md +++ b/docs/install.md @@ -292,7 +292,7 @@ for each `Step` that does not have its working directory explicitly set with `/w For more information, see the [associated issue](https://github.com/tektoncd/pipeline/issues/1836). - `running-in-environment-with-injected-sidecars`: set this flag to `"true"` to allow the -Tekton controller to set the `tekon.dev/ready` annotation at pod creation time for +Tekton controller to set the `tekton.dev/ready` annotation at pod creation time for TaskRuns with no Sidecars specified. Enabling this option should decrease the time it takes for a TaskRun to start running. However, for clusters that use injected sidecars e.g. istio enabling this option can lead to unexpected behavior.