From 5239bc83710a2544d7e9dfb03c937e0f1757f9f0 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 4 Dec 2019 08:30:23 +0100 Subject: [PATCH] Correct minor typo in test/README.md --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 772bc4ba423..ea9d29acc60 100644 --- a/test/README.md +++ b/test/README.md @@ -81,7 +81,7 @@ If you are using a private registry that will require authentication then you'll need to create a Secret in your `default` Namespace called `kn-eventing-test-pull-secret` with the Docker login credentials. This Secret will then be copied into any new Namespace that is created by the testing -infrastructure, and linked to any ServiceAccount created as a imagePulLSecret. +infrastructure, and linked to any ServiceAccount created as a imagePullSecret. Note: some tests will use the `knative-eventing-injection` label to automatically create new ServiceAccounts in some Namespaces, this feature does not yet support private registries. See