add '--validate=false' for deployment instruction with 00-crds.yaml (#2208)

This commit is contained in:
Thomas 2019-10-28 10:56:38 +01:00 committed by GitHub
parent 9261136b75
commit 1af8fa2ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 :