From c76ae73b003154e1ca131a4eaf1f4e1eda247002 Mon Sep 17 00:00:00 2001 From: Dean Coakley Date: Thu, 5 Aug 2021 13:11:54 +0100 Subject: [PATCH] Fix chart install command to include version Signed-off-by: Dean Coakley --- deploy/charts/cert-manager/README.template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/cert-manager/README.template.md b/deploy/charts/cert-manager/README.template.md index d4906721b..8457b395b 100644 --- a/deploy/charts/cert-manager/README.template.md +++ b/deploy/charts/cert-manager/README.template.md @@ -29,7 +29,7 @@ To install the chart with the release name `my-release`: $ helm repo add jetstack https://charts.jetstack.io ## Install the cert-manager helm chart -$ helm install --name my-release --namespace cert-manager jetstack/cert-manager +$ helm install --name my-release --namespace cert-manager --version {{RELEASE_VERSION}} jetstack/cert-manager ``` In order to begin issuing certificates, you will need to set up a ClusterIssuer