From a8a712d2f3f709b88103d959e792ce4f26377e43 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Tue, 16 Jun 2020 01:34:24 +0800 Subject: [PATCH] Fix typo (#2582) --- docs/serving/tag-resolution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/tag-resolution.md b/docs/serving/tag-resolution.md index 6eca5ad46..3c8f02465 100644 --- a/docs/serving/tag-resolution.md +++ b/docs/serving/tag-resolution.md @@ -23,7 +23,7 @@ If you're using a registry that has a self-signed certificate, you'll need to convince the serving controller to trust that certificate. We respect the [`SSL_CERT_FILE` and `SSL_CERT_DIR`](https://golang.org/pkg/crypto/x509/#pkg-overview) environment variables, so you can trust them by mounting the certificates into -the controller's deployment and setting the environment variable appropriatel, +the controller's deployment and setting the environment variable appropriately, assuming you have a `custom-certs` secret containing your CA certs: ```yaml