diff --git a/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md b/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md index 542a9cdddf3..a6dc63ea12f 100644 --- a/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md +++ b/content/rancher/v2.x/en/installation/ha/helm-rancher/_index.md @@ -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 you’ve installed cert-manager, you can verify it is deployed correctly by checking the cert-manager namespace for running pods: