From fe22df5b3190fe6c4d645e347e8a9329a34796cc Mon Sep 17 00:00:00 2001 From: Michelle Noorali Date: Sat, 23 Mar 2019 15:14:43 -0400 Subject: [PATCH] ref(quickstart): remove duplicate command Signed-off-by: Michelle Noorali --- docs/tutorials/acme/quick-start/index.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/tutorials/acme/quick-start/index.rst b/docs/tutorials/acme/quick-start/index.rst index 6ca7fcdb8..bb68fd5fd 100644 --- a/docs/tutorials/acme/quick-start/index.rst +++ b/docs/tutorials/acme/quick-start/index.rst @@ -354,11 +354,6 @@ install cert-manager. This example installed cert-manager into the # chart in the next step for `release-0.7` of cert-manager: $ kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.7/deploy/manifests/00-crds.yaml - ## IMPORTANT: you MUST install the cert-manager CRDs **before** installing the - ## cert-manager Helm chart - $ kubectl apply \ - -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.7/deploy/manifests/00-crds.yaml - ## IMPORTANT: if the cert-manager namespace **already exists**, you MUST ensure ## it has an additional label on it in order for the deployment to succeed $ kubectl label namespace cert-manager certmanager.k8s.io/disable-validation="true"