Update cert-manager install command for Helm 3

This commit is contained in:
Catherine Luse
2019-12-05 13:42:15 -07:00
parent db719b6365
commit 7583002c8f
@@ -88,9 +88,9 @@ These instructions are adapted from the [official cert-manager documentation](ht
1. Install the cert-manager Helm chart
```plain
helm install \
cert-manager jetstack/cert-manager \
--namespace cert-manager \
--version v0.9.1 \
jetstack/cert-manager
--version v0.9.1
```
Once youve installed cert-manager, you can verify it is deployed correctly by checking the cert-manager namespace for running pods: