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 >}}