Replace <version> with v1.5.1 in Rancher v2.6 docs

This commit is contained in:
Catherine Luse
2021-08-26 12:35:28 -07:00
committed by GitHub
parent 72645351e0
commit de614f1141
@@ -123,7 +123,7 @@ These instructions are adapted from the [official cert-manager documentation](ht
```
# If you have installed the CRDs manually instead of with the `--set installCRDs=true` option added to your Helm install command, you should upgrade your CRD resources before upgrading the Helm chart:
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/<version>/cert-manager.crds.yaml
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.1/cert-manager.crds.yaml
# Add the Jetstack Helm repository
helm repo add jetstack https://charts.jetstack.io