Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct minor typo in test/README.md #2258

Merged
merged 1 commit into from
Dec 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down