From b752b1d5172936a912b8175e03adcf3d79af2b12 Mon Sep 17 00:00:00 2001 From: Tom Stewart Date: Mon, 19 Apr 2021 17:16:17 -0400 Subject: [PATCH] docs: update helm instructions for irsa example (#1251) --- examples/irsa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/irsa/README.md b/examples/irsa/README.md index 3cbe5e6..53dc500 100644 --- a/examples/irsa/README.md +++ b/examples/irsa/README.md @@ -30,7 +30,7 @@ Install the chart using the provided values file: ``` $ helm repo add autoscaler https://kubernetes.github.io/autoscaler $ helm repo update -$ helm install cluster-autoscaler --namespace kube-system autoscaler/cluster-autoscaler-chart --values=cluster-autoscaler-chart-values.yaml +$ helm install cluster-autoscaler --namespace kube-system autoscaler/cluster-autoscaler --values cluster-autoscaler-chart-values.yaml ``` ## Verify