From 1af8fa2ba709546cc764061e2b7bddf5be96fca6 Mon Sep 17 00:00:00 2001 From: Thomas <6465773+tgruenert@users.noreply.github.com> Date: Mon, 28 Oct 2019 10:56:38 +0100 Subject: [PATCH] add '--validate=false' for deployment instruction with 00-crds.yaml (#2208) --- deploy/charts/cert-manager/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/cert-manager/README.md b/deploy/charts/cert-manager/README.md index 617f3f253..2fc3bc17a 100644 --- a/deploy/charts/cert-manager/README.md +++ b/deploy/charts/cert-manager/README.md @@ -20,7 +20,7 @@ To install the chart with the release name `my-release`: ```console ## IMPORTANT: you MUST install the cert-manager CRDs **before** installing the ## cert-manager Helm chart -$ kubectl apply \ +$ kubectl apply --validate=false\ -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.11/deploy/manifests/00-crds.yaml ## If you are installing on openshift :