From b42a566d4f3b21f503d0a3eb348d5973eaec10ba Mon Sep 17 00:00:00 2001 From: Dean Coakley Date: Thu, 5 Aug 2021 13:14:17 +0100 Subject: [PATCH] Fix helm install commands for helm 3.x clients Signed-off-by: Dean Coakley --- deploy/charts/cert-manager/README.template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/charts/cert-manager/README.template.md b/deploy/charts/cert-manager/README.template.md index 8457b395b..c69be959c 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 --version {{RELEASE_VERSION}} jetstack/cert-manager +$ helm install 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 @@ -207,7 +207,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, ```console -$ helm install --name my-release -f values.yaml . +$ helm install my-release -f values.yaml . ``` > **Tip**: You can use the default [values.yaml](https://github.com/jetstack/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml)