add '--validate=false' for deployment instruction with 00-crds.yaml (#2208)
This commit is contained in:
parent
9261136b75
commit
1af8fa2ba7
@ -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 :
|
||||
|
||||
Loading…
Reference in New Issue
Block a user