From 30adaa35e1f9e35ab8b09fc637f485d7bb9f34af Mon Sep 17 00:00:00 2001 From: Brandon DuRette Date: Mon, 1 Jun 2020 19:45:57 -0500 Subject: [PATCH] Fix typo in comment (#7444) * Fix typo in comment * Fix typo copy-pasta --- content/en/docs/ops/integrations/certmanager/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/ops/integrations/certmanager/index.md b/content/en/docs/ops/integrations/certmanager/index.md index 0ac2fd6a8d..528472dbfd 100644 --- a/content/en/docs/ops/integrations/certmanager/index.md +++ b/content/en/docs/ops/integrations/certmanager/index.md @@ -52,7 +52,7 @@ spec: protocol: HTTPS tls: mode: SIMPLE - credentialName: ingress-cert # This should match the Certifcate secretName + credentialName: ingress-cert # This should match the Certificate secretName hosts: - my.example.com # This should match a DNS name in the Certificate {{< /text >}} @@ -77,5 +77,5 @@ spec: tls: - hosts: - my.example.com # This should match a DNS name in the Certificate - secretName: ingress-cert # This should match the Certifcate secretName + secretName: ingress-cert # This should match the Certificate secretName {{< /text >}}