diff --git a/docs/tutorials/quick-start/index.rst b/docs/tutorials/quick-start/index.rst index ae3288bcf..5c93aae47 100644 --- a/docs/tutorials/quick-start/index.rst +++ b/docs/tutorials/quick-start/index.rst @@ -529,7 +529,7 @@ and apply it: .. code-block:: shell - $ kubectl apply -f ingress.yaml + $ kubectl apply -f ingress-tls.yaml ingress.extensions "kuard" configured Cert-manager will read these annotations and use them to create a certificate, @@ -723,4 +723,4 @@ certificate. Normal DomainVerified 9s cert-manager Domain "example.your-domain.com" verified with "http-01" validation Normal IssueCert 8s cert-manager Issuing certificate... Normal CertObtained 6s cert-manager Obtained certificate from ACME server - Normal CertIssued 6s cert-manager Certificate issued successfully \ No newline at end of file + Normal CertIssued 6s cert-manager Certificate issued successfully