Change cert-manager realease from 0.9 to 0.12

This commit is contained in:
Catherine Luse
2020-07-27 16:18:38 -07:00
parent eeaf3fbb8f
commit 2d4bce3da5
@@ -51,7 +51,7 @@ These instructions are adapted from the [official cert-manager documentation](ht
1. Install the CustomResourceDefinition resources separately
```plain
kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.9/deploy/manifests/00-crds.yaml
kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.12/deploy/manifests/00-crds.yaml
```
1. Create the namespace for cert-manager