From 7583002c8f07a09dac251aa8a66d46bcfeb53e07 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Thu, 5 Dec 2019 13:42:15 -0700 Subject: [PATCH] Update cert-manager install command for Helm 3 --- .../rancher/v2.x/en/installation/ha/helm-rancher/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: