From 56b534ce0ade27b917b009ad348e3d37d1ebc138 Mon Sep 17 00:00:00 2001 From: mutron3k Date: Tue, 19 May 2020 21:12:27 -0400 Subject: [PATCH] jetstack cert-manager doc update jetstack made a path change, updating doc, also to latest version reference: https://hub.helm.sh/charts/jetstack/cert-manager --- .../v2.x/en/installation/k8s-install/helm-rancher/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/rancher/v2.x/en/installation/k8s-install/helm-rancher/_index.md b/content/rancher/v2.x/en/installation/k8s-install/helm-rancher/_index.md index bf17fc84814..be3c42f9c0c 100644 --- a/content/rancher/v2.x/en/installation/k8s-install/helm-rancher/_index.md +++ b/content/rancher/v2.x/en/installation/k8s-install/helm-rancher/_index.md @@ -114,7 +114,11 @@ helm repo update helm install \ cert-manager jetstack/cert-manager \ --namespace cert-manager \ +<<<<<<< HEAD --version v0.14.2 +======= + --version v0.15.0 +>>>>>>> jetstack cert-manager doc update ``` Once you’ve installed cert-manager, you can verify it is deployed correctly by checking the cert-manager namespace for running pods: