From 260b6346a06d13e171a68c8c0473d1917d24c7ee Mon Sep 17 00:00:00 2001 From: Brandon Date: Tue, 4 Feb 2020 12:34:01 -0500 Subject: [PATCH] Typo fix. Cert manager chart The cert manager template command was missing several trailing '\' slashes, making it hard to copy and paste the command into a terminal. --- .../air-gap/install-rancher/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md b/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md index 021a41cdeb5..d5af13da3bf 100644 --- a/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md +++ b/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md @@ -97,8 +97,8 @@ By default, Rancher generates a CA and uses cert-manager to issue the certificat ```plain helm template cert-manager ./cert-manager-v0.12.0.tgz --output-dir . \ --namespace cert-manager \ - --set image.repository=/quay.io/jetstack/cert-manager-controller - --set webhook.image.repository=/quay.io/jetstack/cert-manager-webhook + --set image.repository=/quay.io/jetstack/cert-manager-controller \ + --set webhook.image.repository=/quay.io/jetstack/cert-manager-webhook \ --set cainjector.image.repository=/quay.io/jetstack/cert-manager-cainjector ```