mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 04:58:07 +00:00
Update cert-manager install command for Helm 3
This commit is contained in:
@@ -88,9 +88,9 @@ These instructions are adapted from the [official cert-manager documentation](ht
|
|||||||
1. Install the cert-manager Helm chart
|
1. Install the cert-manager Helm chart
|
||||||
```plain
|
```plain
|
||||||
helm install \
|
helm install \
|
||||||
|
cert-manager jetstack/cert-manager \
|
||||||
--namespace cert-manager \
|
--namespace cert-manager \
|
||||||
--version v0.9.1 \
|
--version v0.9.1
|
||||||
jetstack/cert-manager
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Once you’ve installed cert-manager, you can verify it is deployed correctly by checking the cert-manager namespace for running pods:
|
Once you’ve installed cert-manager, you can verify it is deployed correctly by checking the cert-manager namespace for running pods:
|
||||||
|
|||||||
Reference in New Issue
Block a user