From 718ccc0c655ded802113632ed78a42dd4532a298 Mon Sep 17 00:00:00 2001 From: Bryson <15582+bryson@users.noreply.github.com> Date: Tue, 27 Oct 2020 16:31:19 -0700 Subject: [PATCH] Update _index.md Update cert-manager commands with new github paths, matching the current cert-manager docs. https://cert-manager.io/docs/installation/uninstall/kubernetes/#uninstalling-with-helm --- .../resources/encryption/upgrading-cert-manager/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/installation/resources/encryption/upgrading-cert-manager/_index.md b/content/rancher/v2.x/en/installation/resources/encryption/upgrading-cert-manager/_index.md index 5468c772d67..0fe87b4103c 100644 --- a/content/rancher/v2.x/en/installation/resources/encryption/upgrading-cert-manager/_index.md +++ b/content/rancher/v2.x/en/installation/resources/encryption/upgrading-cert-manager/_index.md @@ -53,16 +53,16 @@ In order to upgrade cert-manager, follow these instructions: helm uninstall cert-manager ``` - Delete the CustomResourceDefinition using the link to the version vX.Y you installed + Delete the CustomResourceDefinition using the link to the version vX.Y.Z you installed ```plain - kubectl delete -f https://raw.githubusercontent.com/jetstack/cert-manager/release-X.Y/deploy/manifests/00-crds.yaml + kubectl delete -f https://github.com/jetstack/cert-manager/releases/download/vX.Y.Z/cert-manager.crds.yaml ``` 1. Install the CustomResourceDefinition resources separately ```plain - kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.12/deploy/manifests/00-crds.yaml + kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/vX.Y.Z/cert-manager.crds.yaml ``` > **Note:**